CooperCrew / crew-connect

Final project for ECE-366 at the Cooper Union for the Advancement of Science and Art: a basic fully functional chatting app.
http://142.93.251.255:3000/
1 stars 4 forks source link

Clean up react code #74

Open colinh09 opened 1 year ago

colinh09 commented 1 year ago

App.js has gotten very crowded. It should in theory only really contain components and the reusable components should handle all the logic. Need to clean up the code, specifically App.js

colinh09 commented 1 year ago

Partially done. I created components for listing out the groupchats, the gropucaht themselves, and the messages. In the future, I would like app.js to only have the login and a homepage component, but for now, it is a lot better. WIP