Skip to content

sampocs/CS506_Momentum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5aeb1e · May 4, 2019

History

76 Commits
Apr 7, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 26, 2019
Apr 17, 2019
Apr 26, 2019
Apr 26, 2019
Apr 8, 2019
Mar 27, 2019
Apr 20, 2019
May 4, 2019
Mar 27, 2019
Mar 27, 2019
Apr 20, 2019
Apr 20, 2019

Repository files navigation

CS506_Momentum

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:

  1. Click on the releases tab on the main page of the repository
  2. Click on the Iteration 3 release
  3. Download the source code and unzip
  4. Navigate to the root directory of the downloaded folder
  5. Type “npm install” to install tools for building the app
  6. 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.
  7. The application should now be running, complete with all tests enabled.