To make a Todo app using react native and sqlite
Single page app with a modal add window to add new tasks
- A working react native enlivenment
- Expo SQLite
Sqlite database with the following layout:
Key | Task | IsDone | DateDone |
---|---|---|---|
int | String | boolean | number |
- Clean up code and comments
- Move the styles into a global style/color
- Add checkmark animations when updating