https://code-care-share.herokuapp.com/ I created code-care-share during the CORONA lockdown. I was doing a full-time course in Amsterdam, which turned into a remote session. I intended to create a platform where we trainees share our experiences of working and studying remotely (the challenges, frustrations) - to support and learn from one another.
Users can post their comments, this is saved in MongoDB.
- reactjs
- redux to manage the state
- mongodb, nodejs and express on the backend
- Let users sing up and sign in
- Comment delete control(users can only delete their own comment)
- Unit testing