Daily habit tracker
The master branch contains the code we want to submit for iteration 3. Instructions on how to build and run the application:
- Click on the
releases
tab on the main page of the repository - Click on the
Iteration 3
release - Download the source code and unzip
- Navigate to the root directory of the downloaded folder
- Type “npm install” to install tools for building the app
- Once installation finishes, type npm start. This should open up an expo address on the localhost with a QR code. This can be scanned through the expo app on any mobile device. Alternatively, expo can be run with an iOS emulator on the computer.
- The application should now be running, complete with all tests enabled.