- β
react
- β
redux
- β
react-router-dom
- β
jest
- β Supports at least 2 different devices at the same time
- β User able to edit own messages. Other participants see edited messages
- β User able to delete own messages. Other participants see deleted messages
- β List of active participants that in the session right now
- β Style the chat to look like the provided design
- β Realtime updates
- β Changing themes
- β Preview website page
Clone the repo
git clone https://github.com/shimizacken/cheetah.git
inside the repo folder run the following commands: run the server:
cd server
npm install
npm start
then run the client:
cd client
npm install
npm start