Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.23 KB

File metadata and controls

59 lines (39 loc) · 2.23 KB

Note Keeper

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.

Deployment

This project is live and accessible online. You can try it out here: Note Keeper

Features

  • 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.

Technology Used

  • Frontend:
    • HTML
    • CSS
    • JavaScript
  • Local Storage: To store notes in the browser.
  • Icons: Font Awesome for action icons.

How It Works

  1. Adding Notes: Click the "Add Notes" button to create a new note. You can start typing your text in the provided text area.
  2. Saving Notes: Your notes are saved automatically as you type, or you can click the "Save" button to store the data.
  3. Deleting Notes: Click the trash icon on any note to delete it.
  4. Persistent Notes: Notes are saved in the browser's local storage, so even if you refresh the page, your notes will be preserved.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/shivlalsharma/note-keeper.git
  2. Navigate to the project directory:

    cd note-keeper
  3. 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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Created and deployed by Shivlal Sharma.