A simple and modern notes tracking app built with React, TypeScript, and Vite. Create, edit, tag, and manage your notes efficiently with a clean UI and persistent local storage.
Live Demo: https://notes-tracker-jayesh-vermas-projects.vercel.app/
- Create, edit, and delete notes
- Tag notes for easy organization
- Filter notes by title and tags
- Edit and manage tags
- Markdown support for note content
- All data stored locally in your browser (no backend required)
- Responsive and modern UI using Bootstrap
- Node.js (v18 or newer recommended)
- npm or yarn
npm installnpm run devVisit http://localhost:5173 in your browser.