NoteMe is a simple, lightweight, and user-friendly note-taking web application that allows users to create, edit, delete, and manage notes directly in the browser. All notes are stored using localStorage, so no backend or database is required.
- Create new notes
- Edit existing notes
- Delete notes
- Notes saved automatically using localStorage
- Fast and responsive UI
- Clean and minimal design
- HTML – Structure of the app
- CSS – Styling and layout
- JavaScript – Logic and functionality
- localStorage – Persistent data storage in browser
Ishika Banga