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.
- Host: GitHub
- URL: https://github.com/priyankatuli/task_manager
- Owner: priyankatuli
- Created: 2024-11-06T16:58:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-17T19:27:17.000Z (over 1 year ago)
- Last Synced: 2025-02-26T19:53:00.606Z (over 1 year ago)
- Topics: dart, flutter, rest-api
- Language: Dart
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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