An open API service indexing awesome lists of open source software.

https://github.com/priyankatuli/task_manager

Overall, aims to provide users with a convenient & efficient way to organize their tasks & improve their productivity.
https://github.com/priyankatuli/task_manager

dart flutter rest-api

Last synced: about 2 months ago
JSON representation

Overall, aims to provide users with a convenient & efficient way to organize their tasks & improve their productivity.

Awesome Lists containing this project

README

          

# Task Manager


A Task Manager application is a productivity tool that helps users manage, track, and organize their tasks efficiently. Users can take control of their to-do lists and focus on achieving their goals with greater efficiency and clarity. It enables users to streamline their workflow by categorizing tasks based on their status, such as New, In Progress, Completed, or Cancelled.

## Installation
### Clone the repository
```
git clone "https://github.com/priyankatuli/task_manager.git"
```
### Install dependencies
```
Flutter pub get
```
### Flutter Version Management
```
fvm use
```
### Build Apk
```
flutter build apk --release
```
## Tech Stack
- Flutter
- Dart
- Rest API

### 📸 Screenshots
`1. Login & Sign Up Screen`
> Sign Up & Login with JWT authentication for secure data access. OTP based verification to ensure password reset security.





Login




Sign Up

`2. Forget Password Screen`




Forget Password




OTP




Reset Password

`3. Update Profile Screen & Add New Task Screen`




Update Profile




Add New Task

`4. Task Management`




New Task




Completed Task




In Progress Task




Cancelled Task