Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions TASK - 1 (APP)/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@

# Flutter TODO App

This is Todo list Flutter App build with sql database support for
persistance of data.





## Features

- Update your TODO
- Preview your list status with Circular tracker
- check and Delete your list
- Set priority level in your list


## Installation

Install the project with

```
git clone https://github.com/AayushAnand07/Flutter_Todo_App.git
```


Run this app

```
cd Flutter_Todo_App
Flutter run
```

### Screenshots
# Main Screen

![App Screenshot](https://user-images.githubusercontent.com/41218074/130396134-7679056f-b04b-407c-8e46-c31e9da4bb48.jpg)

#
#


# Add Task
![App Screenshot](https://user-images.githubusercontent.com/41218074/130396753-4db05297-5014-4b79-9271-cb09b9515fa5.jpg)
#
#


# Update Task
![App Screenshot](https://user-images.githubusercontent.com/41218074/130396824-0ba87ad4-a441-49ac-a8c4-0a235a68dbe9.jpg)
#
#


# Check Your Progress
![App Screenshot](https://user-images.githubusercontent.com/41218074/130396929-42a55594-e25a-4581-8252-34122ca4e709.jpg)