/sc2006-healthier-me

Calorie Tracker and Food Recommendation App for SC2006 (Software Engineering) Project

Primary LanguageJavaScriptMIT LicenseMIT

SC2006 Healthier Me

Project for SC2006 ->

landing

Project Folder Structure

Top Level Directory Layout

.
├── assets              # images, fonts, icons
├── components          # reusable react components
├── constants           # themes
├── firebase            # backend
├── screens             # user interface
├── services            # api requests
├── utils               # helper functions
├── LICENSE
└── README.md

Develop

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

Live Showcase and Demo

Contributors - Team 404TeamNotFound