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
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:
git clone https://github.com/pirjademl/Ease-note.git
Navigate to the project directory:
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.