https://github.com/pirjademl/ease-note
A sticky note taking application saving the content of the note using LocalStorage
https://github.com/pirjademl/ease-note
crud-operation localstorage-api responsive-design search-filter search-functionality todoapp
Last synced: 4 months ago
JSON representation
A sticky note taking application saving the content of the note using LocalStorage
- Host: GitHub
- URL: https://github.com/pirjademl/ease-note
- Owner: pirjademl
- Created: 2022-12-24T12:59:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T14:25:03.000Z (over 1 year ago)
- Last Synced: 2025-01-11T04:51:03.322Z (5 months ago)
- Topics: crud-operation, localstorage-api, responsive-design, search-filter, search-functionality, todoapp
- Language: CSS
- Homepage: https://easenote.netlify.app
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Notes Web App
The Sticky Notes Web App is a simple and user-friendly web application that allows you to create, manage, and organize digital sticky notes. It's developed using HTML, CSS, and JavaScript, making it a lightweight and accessible solution for jotting down quick notes or reminders right
***# Features
***
___Create Notes___
Easily create new sticky notes by clicking the "+" button.___Edit Notes___
Double-click on a note's content to edit the text and make changes as needed.___Delete Notes___
Remove unwanted notes by clicking the trash bin icon in the top-right corner of the note.___Local Storage___
All your notes are automatically saved to your browser's local storage, so you won't lose them even if you close the browser or refresh the page.***
Getting Started
To run the Sticky Notes Web App on your local machine, follow these steps:
Clone the repository to your local machine using the following command:
```bash
git clone https://github.com/pirjademl/Ease-note.git
```
Navigate to the project directory:```sh
cd Ease-notes
```
Open the index.html file in your preferred web browser.***
Technologies Used
***
HTML5: Provides the structure and layout for the web app.
***
CSS3: Handles the styling and appearance of the sticky notes and interface.
***
JavaScript: Implements the interactive functionality, such as creating, editing, and deleting notes.
Contributing
If you would like to contribute to this project or report any issues, feel free to do so by creating a pull request or raising an issue on the GitHub repository.