ChangeLog
I created this app as a challenge for a fellowship I applied to. It is a changelog where users can create and add changes to different projects. I implemented CRUD operations in a REST API to interact with the projects and used MERN as my stack. Also, users need to be authenticated so I used JWT tokens for that part.
- Date
December 2022
- Stack
MongoDB, Express, React, Node.js
- Website
- Code
I really liked building this even though I did it in about 3 days. I had used MERN in the past but this project was the first one where I could use it to the fullest.