Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasshira/notes-app-js
https://github.com/lucasshira/notes-app-js
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasshira/notes-app-js
- Owner: lucasshira
- Created: 2023-12-04T19:28:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T23:53:26.000Z (11 months ago)
- Last Synced: 2024-01-07T01:07:15.651Z (11 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App
This is a simple Notes App that allows users to create, display, and delete notes.
## Features
- **Add Note:** Click on the "Add Note" button to create a new note.
- **Note Content:** Each note contains a title and a text area to write the content.
- **Date Display:** The creation date of each note is displayed at the top.
- **Delete Note:** Notes can be deleted by clicking on the trash icon.## Local Storage
The app uses Local Storage to persist notes even after the browser is closed. Notes are stored in the browser's local storage, allowing users to access their notes upon returning to the app.
## Technologies Used
- HTML5
- CSS3
- JavaScript## Live Demo
You can view a live demo of this project on [GitHub Pages](https://lucasshira.github.io/notes-app-js).
## Contributing
Contributions are welcome! Feel free to submit pull requests, suggest improvements, or report any issues.