Instant messaging app to synchronize a Pomodoro study timer with friends
This project currently uses HTML + JavaScript on the frontend and Socket.io + Node.js on the backend.
Currently updating this over to ReactJS frontend.
For now, simply run
$ npm i && npm start
- Express (for backend)
- Socket.io (for communication between clients)
- Moment (for getting current time)
- Update to ReactJS frontend
- Generate random room names (similar to skribblio)
- Upload to server hosting