Hackday team project by Faduma Mohammed, Dev Morgan and Louisa Spicer
Project idea: To be able to tick off any daily habits you want to track, and view your monthly progress
Build in React Native with Expo.
If you don't already have the expo-cli installed, follow the guide here: https://docs.expo.io/get-started/installation/ Using those instructions, you can quickly get set up to run the app on your physical device.
To run the project:
git clone git@github.com:louisaspicer/habit-tracker.git
yarn install
pod install
expo start
in one terminal tab- either scan the QR in the terminal to run on your own device, or run
yarn ios
oryarn android
to run on the emulator of your choice