Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 527 Bytes

readme.md

File metadata and controls

32 lines (16 loc) · 527 Bytes

Project Todo

To make a Todo app using react native and sqlite

App

Single page app with a modal add window to add new tasks

Dependencies

  • A working react native enlivenment
  • Expo SQLite

Database

Sqlite database with the following layout:

Key Task IsDone DateDone
int String boolean number

Remaining tasks

  • Clean up code and comments
  • Move the styles into a global style/color
  • Add checkmark animations when updating