todolist

A todolist for android

About

This mobile app is meant to be used with the api available here

Download

You can download the app here

Project setup

Make sure flutter is installed on your device

Setup the api

git clone https://github.com/Ola-jed/todolist
cd todolist
flutter pub get
flutter run

Screenshots

signin

task_form

home

task

Todo

  • Finish api services

    • [x] Auth service
    • [x] Tasks service
    • [x] Steps service
  • Testing all services

    • [x] Auth service
    • [x] Tasks service
    • [x] Steps service
  • Forms logic and view

    • [x] Signup form
    • [x] Signin form
    • [x] Task form
    • [x] Task view
    • [x] Step form
    • [x] Step view
  • Others

    • [x] App icon and launch screen
    • [x] Token storage
    • [x] Export all tasks to csv

GitHub

https://github.com/Ola-jed/todolist