Skip to content

Abhrankan-Chakrabarti/local-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LocalNotes - Simple Note-taking Web App

LocalNotes is a minimalistic web application for taking notes directly in your browser. It allows you to create, edit, and delete notes, all stored locally on your device using browser storage capabilities.

Features

  • Create new notes with a title and content.
  • Edit existing notes.
  • Delete notes.
  • Notes are stored locally in the browser's storage (localStorage).

Technologies Used

  • HTML
  • CSS
  • JavaScript

Usage

  1. Clone the repository:

    git clone https://github.com/Abhrankan-Chakrabarti/local-notes.git
  2. Open index.html in your web browser.

  3. Start taking notes!

License

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

Acknowledgements

  • This project was created as a simple exercise in using HTML, CSS, and JavaScript for local data storage.

Author