Notes App

Description
The notes application is a web-based application built using React for the front-end and Express for the back-end. The application allows users to create, edit, archive, unarchive, and delete notes. However, the application does not support text formatting, so users can only type in the title and content of the notes without any formatting options. To save a note, users simply need to type in the title and content and click the "Save" button.
Tech Stack
- React
- Express
- MongoDB
Features
- CRUD Notes
- Archive Notes
- Search Notes
- Authentication