QuickNotes is a note management application inspired by apps like Google Keep. It allows users to create, edit, delete, and organize their notes efficiently. All data is managed locally using the browser's local storage.
- Create, Edit, and Delete Notes: Easily add new notes, edit, and delete existing ones.
- Archive and Trash Notes: Organize notes by moving them to the archive or trash.
- Search and Filter Notes: Quickly find specific notes using the search and filter functionalities.
- Attach Files and Images: Add images or attachments to notes for additional context and details.
- Local Storage: All notes are saved and retrieved using the browser's local storage, ensuring that data is available locally.
- Frontend: React, JavaScript, CSS
- Data Management: Services with local storage
- Hosting: GitHub Pages
To run the project on your local machine, follow these steps:
git clone https://github.com/natiapa/quick-notes.git
After downloading, open the main HTML file in your browser to access the app.
Since this project is a frontend-only application without a backend, data is managed locally using services. No external API calls are made.
Include screenshots of your app here to showcase key features.
Check out the live demo: QuickNotes on GitHub Pages