Skip to content

iishiishii/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is created with Flutter to help you organize your messy life.

App creation including:
- Create classes
- Rest API
- Add new items
- Move tasks in preferred order
- Create new task screen

User:
- String userId
- String apiKey
- String firstName
- String lastName
- String email
- String password

SupportFile:
- String text 

Projects:
- List<Task> tasks
- List<SupportFile> SupportFiles
- String projectld
- String projectName
- Date Deadline
- Date reminder

Task:
- List<Task> tasks
- String note
- Date timeToComplete
- bool completed
- String repeats
- Date Deadline
- Date reminder
- String taskId

Fucntion:
- Login screen
    - need to restrict app access for the unregisted account
- create a popup for adding tasks
- get data from the backend
    - from json
- add data to the backend
    - to json
- create classes for tasks etc    

- backend
    - classes for tasks 1
        - create json method 1
    - find out how to make an api apiKey
    - create method prioritizing tasks
    - how to safely store user data

 check if there is an api key saved?
 check if the user is alrd logged in?
 if logged in then show appif not loggin show login/signup   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published