Project for SC2006 ->
.
├── assets # images, fonts, icons
├── components # reusable react components
├── constants # themes
├── firebase # backend
├── screens # user interface
├── services # api requests
├── utils # helper functions
├── LICENSE
└── README.md
To further develop this project, clone this repo and make sure you have the following prerequisites.
From your command line go to the folder directory and run the following scripts in the terminal.
1. Clone the repo
git clone https://github.com/limivann/sc2006-healthier-me.git
2. Go to project directory
cd sc2006-healthier-me
3. Make a copy of .env
copy .env.example .env
4. Populate the .env file with Firebase and Nutritionix API keys
5. Install dependencies
npm install
6. Start the expo
npm start