Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasshira/notes-app-js


https://github.com/lucasshira/notes-app-js

Last synced: 5 days ago
JSON representation

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.