Imagine the world where tasks are easy to complete and track.
The app is published to Expo and can be used via Expo Go app. Follow this link to scan QR code to open the app on your phone. You may need to have Expo Go installed on Android or iOS
ThemeProvider
vsTheme
. Okay for now, cleaner code is more advantageuos rather than too much providers that might affect performance or have negative impact on other providers- colors needs more contrast, hurts UX a bit but need time to make better design
- we can make use of
useRef
anduseCallback
for a better optimization on reference objects. optional given the scale of the app, but callbacks that use more than one call opt for this already @expo/vector-icons
is built on top ofreact-native-vector-icons
- further breakdown of
TaskDetails
into a few more components, currently not needed because app is not that complex. it is possible to save task with no information - full distribution will be realised soon, but out of scope for now
- Task
data
could be useful to migrate to state, but only when it's bound to persitent storage - CI/CD is set up, so every change to master publishes changes live
Install dependencies with npm install
.
Start developement by running regular npm start
. Follow on screen prompt to setup expo on iOS/Android device.
Beware, if you don't have iOS or Android simulator, you will need to install some, follow the on-screen instructions from npm start
command.