A simple and intuitive web-based application for creating, managing, and organizing notes. This app allows users to jot down ideas, tasks, and reminders efficiently, with a focus on simplicity and usability.
- Create Notes: Quickly add new notes.
- Edit Notes: Modify existing notes with ease.
- Delete Notes: Remove notes you no longer need.
- Persistent Storage: All notes are saved in the browser using localStorage, ensuring your data is available even after refreshing.
- Responsive Design: Optimized for use on desktop, tablet, and mobile devices.
- HTML5 for the structure and semantic layout
- CSS3 for styling and responsiveness
- JavaScript for functionality and dynamic interactions
A screenshot of the Notes App showcasing its clean design and functionality.
-
Clone the repository:
git clone https://github.com/rahat728/notes-app.git cd notes-app
-
Open
index.html
in your browser to launch the app.
- Click on "+" icon to create a new note.
- Save your notes automatically as you type, thanks to localStorage.
- Use the delete button to remove unwanted notes.
notes-app/
├── index.html # Main HTML file
├── style.css # CSS for styling
├── app.js # JavaScript for core functionality
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add a new feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.