Skip to content

dhruvx19/ChronoSync_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChronoSync

ChronoSync Logo

Description

ChronoSync is a Flutter project designed to facilitate simple CRUD (Create, Read, Update, Delete) operations for managing todo tasks. It utilizes the Hive database for efficient data storage and retrieval, providing users with a seamless experience in organizing their tasks.

Features

  • Create, Read, Update, and Delete tasks.
  • Efficient data storage using Hive.
  • Intuitive user interface for smooth task management.

Screenshots

  1. Home Screen: Home Screen

  2. Task Details Screen: Task Details Screen

  3. Edit Task Screen: Edit Task Screen

Installation

  1. Clone the repository:

    git clone https://github.com/dhruvx19/chronosync.git
  2. Navigate to the project directory:

    cd chronosync
  3. Install dependencies:

    flutter pub get
  4. Run the application:

    flutter run

Usage

  • Upon launching the application, users are presented with a list of existing tasks (if any).
  • To add a new task, tap on the "+" button located at the bottom right corner.
  • To view task details, tap on a specific task in the list.
  • To edit or delete a task, long-press on the task in the list to reveal options.
  • Use the navigation buttons to switch between screens.

Dependencies

  • hive: ^2.0.4
  • flutter_bloc: ^7.0.0
  • equatable: ^2.0.3

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries or support, please contact [Your Email Address].

Thank you for using ChronoSync! We hope it helps you manage your tasks efficiently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published