This project is a web-based note-taking application inspired by Google Keep. Users can easily create, edit, and delete notes with a simple and intuitive interface. The notes are stored locally using the browser's localStorage.
- Add Note: Click the "+" button to add a new note.
- Edit Note: Toggle between editing and viewing mode using the edit button.
- Delete Note: Remove a note by clicking the trash icon.
-
Clone this repository to your local machine.
git clone https://github.com/your-username/google-keep-clone.git
-
Open the
index.html
file in your preferred web browser. -
Start creating, editing, and deleting notes.
The application utilizes local storage to persist notes. Notes are saved automatically when edited or added.
- HTML
- CSS
- JavaScript
[Vishakha Singhal]