nategrift / fanci-chat-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fanci Chat

A Live Chat Application

To use

Fanci Chat

To run locally follow these steps:

  • clone the repository
  • run npm start or npm start-server(for dev server) within project folder in a terminal

To edit client side code

  • cd into client folder within project
  • edit src files in client folder
  • type npm start
  • edit code
  • to build first delete build folder then
  • type npm build

Reason for Application

I created Fanci Chat to test my skills with web development. The entire website was designed, coded, and created by me. I created this website as a messaging application that wouldn’t save any messages to any databases. Everything you send is passed through server but we don’t collect any information about your messages. We only keep track of accounts for displaying users. Thank you so much for checking out this chat program.

Authors

  • Developer - Nate Grift

Tools used

  • git
  • github
  • npm
  • node
  • react
  • socket.io
  • express
  • font awesome free solid icons Font Awesome Website
  • redux

License

MIT

About

License:MIT License


Languages

Language:JavaScript 64.5%Language:CSS 28.8%Language:HTML 6.6%