Skip to content

Maniceraf/manic_todo_app_2

Repository files navigation

Todos

Overview

Welcome to the Todos, a Flutter project designed to help you keep track of your tasks with a simple and intuitive interface.

Features

  • Display all tasks.
  • Add a task.
  • Mark a task as completed.
  • Delete a task.
  • User-friendly interface.

Screenshots

Here is a screenshot of the app:

ds drawio

Getting Started

To run this project locally, follow these steps:

  1. Install Flutter SDK by following the official Flutter installation guide.

  2. Clone this repository:

git clone https://github.com/Maniceraf/manic_todo_app_2.git
  1. Change to the project directory:
cd to_do_list
  1. Install the dependencies:
flutter pub get
  1. Run the app:
flutter run

Dependencies

This project uses the following dependencies:

  • flutter: The Flutter framework.
  • cupertino_icons: Flutter library for iOS icons.
  • flutter_test: Flutter package for writing unit tests.
  • flutter_lints: Package containing a set of recommended lints to encourage good coding practices.
  • sqflite: SQLite plugin for Flutter. Supports iOS, Android and MacOS.
  • These dependencies are listed in the pubspec.yaml file.