A simple web application for taking and managing notes.
This project is a web application that allows users to create and manage notes. Users can add new notes, edit existing ones, and delete notes they no longer need. The app also supports saving notes to local storage, so users can access their notes even after closing the browser.
- Create new notes with a title and content.
- Save notes to local storage for persistence.
- Delete notes that are no longer needed.
- Responsive design for use on various devices.
-
Clone the repository to your local machine:
-
Open the
index.htmlfile in your preferred web browser.
- Click the "Add Note" button to create a new note.
- Type your note content in the text area.
- Click the save button (floppy disk icon) to save the note to local storage.
- Click the delete button (trash can icon) to remove a note.
- HTML
- CSS
- JavaScript
- Font Awesome (for icons)
Contributions are welcome! If you find any issues or want to add new features, feel free to create a pull request.