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

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

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.