An open API service indexing awesome lists of open source software.

https://github.com/abhrankan-chakrabarti/local-notes

A web-app for creating and managing notes locally on your device.
https://github.com/abhrankan-chakrabarti/local-notes

browser-storage css developer-tools frontend html javascript local-storage minimalistic note-taking note-taking-app open-source user-interface web-app

Last synced: about 1 month ago
JSON representation

A web-app for creating and managing notes locally on your device.

Awesome Lists containing this project

README

          

# 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:

```bash
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](LICENSE) file for details.

## Acknowledgements

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

## Author

- Abhrankan Chakrabarti
- GitHub: [Abhrankan-Chakrabarti](https://github.com/Abhrankan-Chakrabarti)
- Email: abhrankan@gmail.com