A simple and efficient Flutter project designed to help users manage their notes. This app allows users to create, edit, and delete notes, storing them locally with Hive and managing app states with Cubit.
- ✍️ Create Notes: Easily add new notes for quick ideas, reminders, or tasks.
- 🖊️ Edit Notes: Modify existing notes with ease.
- 🗑️ Delete Notes: Remove unwanted notes to keep your list organized.
- 📂 Local Storage with Hive: All notes are saved locally for fast, offline access.
- ⚡ Cubit for State Management: Ensures smooth and responsive app interaction.
- 💙 Flutter: Framework for building the mobile app.
- 🐝 Hive: Fast, local storage solution for data persistence.
- 🔄 Cubit: Lightweight state management solution for handling app states.
Check out the video below to see the Notes App in action:
Special thanks to Salma Mohamed for the amazing UI/UX design work! 🙌 Check out their work on Behance here: Salma's Behance
To get started with the Notes App:
- Clone the repository:
git clone https://github.com/salma-elmaghawry/Notes-App.git cd Notes-App