ez-notes is a simple, lightweight, and user-friendly note-taking web application built with HTML, CSS, and JavaScript. It allows users to create, save, and delete notes, with data stored locally in the browser using localStorage
.
- Create and save notes with a title and content
- Automatically stores notes in
localStorage
for persistence - Delete notes when no longer needed
- Minimalistic dark-themed UI for ease of use
- Open the
index.html
file in any modern web browser. - Enter a title and your note content in the provided fields.
- Click the Save Note button to add the note.
- Your notes will be displayed below and saved automatically.
- To delete a note, click the Delete button under the respective note.
No installation is required. Simply download this html file and open notes.html
in a browser and you can bookmark it.
- Navigate to the project folder.
- Open
notes.html
in your web browser.
- HTML - For structuring the webpage
- CSS - For styling the notes and layout
- JavaScript - For adding functionality like saving and deleting notes
- localStorage - For storing notes persistently in the browser
Contributions are welcome! Feel free to fork this repository, improve the code, and submit a pull request.
Developed by R8QE.