A simple, lightweight note-taking web app built using Vanilla JavaScript with TypeScript. Fully client-side, no frameworks.
- Create, delete, and search notes
- Dynamic DOM manipulation
- Dark mode toggle
- Responsive design
- Stored locally using
localStorage
- TypeScript
- Vanilla JavaScript (compiled from TS)
- HTML5 & CSS3
- Clone the repo
- Navigate to directory
- npm install
- npm run dev
π Future Improvements Backend integration (e.g. save notes to a database) User authentication Real-time sync