Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.23 KB

Flutter To-Do List App

This repository contains the Flutter client for the "Private To-Do List" project. It is currently in its initial stages with the default Flutter template.

Project Overview

This app will serve as the mobile client for interacting with the Private To-Do List API, providing users with the ability to manage their tasks on the go.

Getting Started

Prerequisites

Running the app

To run the Flutter app on your local machine:

  1. Clone this repository:
    git clone https://github.com/your-username/private-to-do-list-flutter.git
  2. Navigate into the project directory:
    cd private-to-do-list-flutter
  3. Run the app:
    flutter run

TODO

  • Initial commit: Flutter empty project template
  • Build basic UI for task management
  • Implement user authentication
  • Integrate with the Private To-Do List API
  • Add task creation, editing, and deletion functionality
  • Add toggle task (complete/incomplete) feature