General Assembly SEI July 29th - Project 3
- Deployed Application: https://chatter-project.herokuapp.com/
- Trello Board: https://trello.com/b/w1mFS8ot/project-3
- GitHub: https://github.com/mmubuso/chatter-project
The goal of this project was to create a full stack chat application using the MERN Stack that would allow users to recieve messages in realtime
- The biggest challenge of this project was incorporating the socket.io package into a full stakc mern application. There wasnt too many tutorials or articles on using socket.io with the mongoDB database plus react.
- To solve this issue, I had to spend a lot of time reading through the socket.io documentation to and going through a iterative process of breaking and fixing many bugs.
- I used socket-io-client and socket-io in tandem to get them to link up.
- Backend --> Express, Mongoose, NodeJs, Socket.io
- Frontend --> Bootstrap 4, JavaScript, React.js, Socket.io-client,CSS3
-CSS Tricks for the fad in animation
-Adjust channels page for a friendlier mobile view -allow users to have profile pictures


