Note Keeper is a simple and efficient note-taking web application designed to help users organize and manage their notes effortlessly. It allows users to create, save, and delete notes with ease. The application uses local storage to save notes so that your data is preserved even after closing the browser.
This project is live and accessible online. You can try it out here: Note Keeper
- Create Notes: Easily add new notes with a simple click of a button.
- Edit Notes: Write and modify your notes using a text editor interface.
- Delete Notes: Remove unwanted notes with a single click.
- Persistent Data: Notes are stored locally in the browser, so you can access them even after refreshing or reopening the app.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- Frontend:
- HTML
- CSS
- JavaScript
- Local Storage: To store notes in the browser.
- Icons: Font Awesome for action icons.
- Adding Notes: Click the "Add Notes" button to create a new note. You can start typing your text in the provided text area.
- Saving Notes: Your notes are saved automatically as you type, or you can click the "Save" button to store the data.
- Deleting Notes: Click the trash icon on any note to delete it.
- Persistent Notes: Notes are saved in the browser's local storage, so even if you refresh the page, your notes will be preserved.
-
Clone this repository to your local machine:
git clone https://github.com/shivlalsharma/note-keeper.git
-
Navigate to the project directory:
cd note-keeper
-
Open the
index.html
file in your browser.Alternatively, you can set up a local server (e.g., using VS Code Live Server) to view the project in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.
Created and deployed by Shivlal Sharma.
- GitHub: Shivlal Sharma's GitHub
- LinkedIn: Shivlal Sharma's LinkedIn