A chatting application made while learning socket.io. Checkout on netlify
It was learning experience for me as I got to learn so many new things like :
- Socket.io
- CORS(cross-origin resource sharing) [ as i was stuck in error due to it]
- Transaction between react and express
- Basic concepts of NODE.JS
- Express
- Node.js
- Socket.io
- cors [ solve the problem related to cross-origin resource sharing ]
- nodemon [ to make hot reloads ]
- Reactjs
- react-router-dom
- react-emoji [for adding emoji ]
- Heroku [ Server ]
- Netlify [ Client ]
- Add feature to see users in lobby
- Implement localStorage in React to store messages.
- Add backend to store user information
- Make android app [ using React Native most probably ]
- try to implement read receipt and user is typing