Skip to content

giliyoffe/Fibbage-Diconium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibbage boilerplate Application using React, Express, socket.io, Node.js



chat-app



To run locally:

Clone the repo

git clone https://github.com/giliyoffe/Fibbage-Diconium.git

Install

// navigate to the folder
cd Fibbage-Diconium
// install
npm run install

// run server
npm run server

// run client (in another terminal tab/window)
npm run client


Motive behind the App:

Free Fibbage Game plus the wish to expirience using React, Express, socket.io and Node.js in the same project.




Based from a fork of a React-Chat-App

Features of the Chat App:

  • Multiple users can connect to the same room and chat.
  • The app is based on Snapchat as when you leave the room the messages automatically get deleted.
  • The app allows you to send text messages and emojis ;)
  • No duplicate users can join the same room which means no two users with the same name can join the same room.
  • Multiple rooms can function simultaneously.
  • The app is purely based on JS so none of your chat data is saved anywhere. User privacy is important.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published