Todo App

A simple Todo App built with Flutter that supports basic CRUD operations on todos. It features a clean user interface with Material 3 design principles and supports auto dark mode based on the system settings.

Features

  • Create new todos with title
  • Mark todos as completed or uncompleted
  • Edit existing todos to update their titles
  • Delete unwanted todos
  • Supports auto dark mode based on system settings

Screenshots

Screenshot 1 Screenshot 2

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Endeavor36/todo_app.git
    
    
  2. Navigate to the project directory:

    cd todo_app
    
    
  3. Install the dependencies:

    flutter pub get
    
    

Usage

  1. Connect your device or emulator.

  2. Run the app.

    flutter run
    
    

This will start the Todo App on your connected device or emulator. You can now explore the app's features and functionality.

Contributions

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. For major changes, please open an issue first to discuss your proposed changes.

GitHub

https://github.com/Endeavor36/todo_app