Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2.08 KB

README.md

File metadata and controls

46 lines (36 loc) · 2.08 KB

Reminderfy

Reminderfy is a simple and intuitive Flutter-based reminder app designed to help you manage your tasks effectively. With features to create, read, update, and delete reminders, you can stay organized and never miss a task. Additionally, you can categorize your reminders with tags like Work, Personal, or Daily for better task management.

Features

  • Create Reminders: Add new reminders easily using a floating action button.
  • Edit Reminders: Modify your existing reminders as needed.
  • Delete Reminders: Remove reminders that are no longer needed.
  • Mark as Completed: Check off reminders once they're done, and they’ll move to the "Completed" page.
  • Categorize with Tags: Organize your reminders by adding tags for better clarity and focus.
  • Local Storage with Hive: All reminders are stored locally using the Hive database, ensuring fast and offline access.

Getting Started

Follow these steps to set up and run Reminderfy on your local machine:

Prerequisites

Ensure you have the following installed on your system:

Installation

  1. Clone the Repository:
    Clone this project using Git.
    git clone https://github.com/your-username/reminderfy.git
  2. Navigate to the Project Directory: Move to the folder where the project files are located.
    cd reminderfy  
  3. Install Dependencies: Fetch the required dependencies by running the following command:
    flutter pub get  
  4. Run the App: Use the following command to run the app on a connected device or emulator:
    flutter run  
    

Tech Stack

  • Flutter: Cross-platform app development.
  • Hive: Lightweight and blazing-fast key-value database for local storage.