This project is a complete notes app running in local using local storage.
1 - Clone this repo on your machine 2 - Open it in a Terminal 3 - Run this command to initialize the project :
npm i
1 - Just run the following commands in your Terminal (inside the project's directory):
npx vite
2 - You can access the project on the url : http://localhost:5173/
That's it!
You have access to a complete notepad app !
You can:
- see a complete display of your notes with titles and tags.
- filter and search by tags and/or title
- create/edit/delete a note supporting Markdown
- edit/create tags
This app is created and made by MatthiasBlc.