Skip to content

wazzapsenk/Flutter-ToDoApp

Repository files navigation

Flutter NoSQL Todo App

Project Description

This Flutter app is a simple NoSQL-based todo list application designed to help you manage your tasks efficiently. It allows you to create, edit, and delete tasks, as well as mark them as complete.

Features

  • Create, edit, and delete tasks.
  • Mark tasks as complete or incomplete.
  • List view to display all tasks.
  • Data storage using a NoSQL database.

Requirements

Installation

  1. Clone the repository: git clone https://github.com/yourusername/flutter-nosql-todo-app.git
  2. Navigate to the project directory: cd flutter-nosql-todo-app
  3. Install dependencies: flutter pub get
  4. Run the app: flutter run

Usage

  1. Launch the app on your emulator or physical device.
  2. Create new tasks by tapping the "+" button.
  3. Edit existing tasks by tapping on them.
  4. Mark tasks as complete by checking the checkbox.
  5. Swipe tasks to the left to delete them.

Data Storage

This app uses a NoSQL database for data storage. Make sure to set up the database and configure the connection details in the lib/database.dart file.

Contributions

  1. Fork the project.
  2. Create a feature branch: git checkout -b feature/new-feature
  3. Commit your changes: git commit -m 'Add a new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Contact

Acknowledgments

We would like to thank the Flutter community and all contributors for their support and contributions to this project.