A simple note taking app built with React. This app allows users to add, edit, and delete notes. It also has a search feature to search for notes by title or body.
- Add, edit and delete notes
- Search for notes by title or body
- Archive and unarchive notes
- React
- React Router
- React Icons
- HTML-React-Parser
- Clone the repo
- Install the dependencies with
npm install
- Start the app with
npm start