Simple chat app. This is a simple chat app I built as a weekend project. This project is built using a MERN stack with Redux.
This is an open project for whom ever wants to use or play with.
to run this app you will need:
- NodeJS (best v10).
- Yarn
- clone git repository.
- run npm run install.
- run npm run start.
- Add flow check to all logic based functions
- Add unit test for both BE and FE