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.
- Host: GitHub
- URL: https://github.com/abhrankan-chakrabarti/local-notes
- Owner: Abhrankan-Chakrabarti
- License: mit
- Created: 2024-07-09T04:14:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T05:44:59.000Z (over 1 year ago)
- Last Synced: 2025-06-17T07:44:42.530Z (12 months ago)
- Topics: browser-storage, css, developer-tools, frontend, html, javascript, local-storage, minimalistic, note-taking, note-taking-app, open-source, user-interface, web-app
- Language: HTML
- Homepage: https://abhrankan-chakrabarti.github.io/local-notes/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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