A MERN CRUD app that helps users track jobs they've applied to (added via a form). Each job contains a calendar where users are able to add and delete calendar events. Users can also navigate away from the calendar and into the details page, which gives you access to the details of the job (which were added via the form).
Technologies used for this application included:
- MongoDB
- Express.js
- Node.js
- React version: 18.2.0
- [email protected]
- [email protected]
- body-parser@^1.20.0
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Project is still actively going under development with expected improvements to user interface and further application capabilities.
Calendar segment of application was inspired by https://justacoding.blog/react-calendar-component-example-with-events/