React-Native app using expo. A webified build can be found here:
Todo app
Compared to the original prerequisite, I decided that todos can only be edited by pressing the edit button next to the delete button, not by pressing anywhere in the todo item.
- An installed iOS/Android device. Can also be run using Expo app installed on a real device.
yarn start
- Starts the Metro bundleryarn run android
- Starts the app on iOS simulatoryarn run ios
- Starts the app on Android simulatoryarn run web
- Starts on the web (without authentication)yarn run test
- Runs all the unit tests
- Be able to save state when closing app, maybe filestream or sync-storage
- Animations