This is a fun app built for Jscrambler tutorial during the time of pandemic. The objective includes:
- use Expo SDK
37.x.x
. - How to use Expo font hook from Cedric van Putten's collection of
use-expo
hooks. - How to use date time picker modal to select a date.
- Use momentjs to convert the data input provided by the user and calculate the difference between the current date.
The app is all about how long you have been quarantining. As a user, you input the date when you started isolating and the app is going to display a fun message to tell you how far you have come in the quarantine "game".
Yes, this app is completely build using Expo and its modules (What a great way to build mobile apps!)
It's easy.
- Clone this repo
- before running the app for the first time, make sure to install dependencies:
npm install
oryarn install
.
cd CheckQuarantineLevel
yarn install
To run the app, use expo start
.
MIT