-
Notifications
You must be signed in to change notification settings - Fork 0
Development Setup
This project was bootstrapped with Create React App, along with Firebase to make the connection to the NoSQL Database.
This project is continously deployed on Heroku using this link FitGive
In the project directory, you can run:
In order to install the app the user must have install Node/NPM on their workstation.
npm install
After the installation
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
npm run test:coverage
npm run test:integration
Note : The signup test can be run only once without failling, the account used for the signup test has to be deleted from the database in order to be run again.
All the configuration in order to communicate with the database has been made in the firebase.js
file.
Landing Page
Sign In page
Sign Up page
Forgot password page
Dashboard page
Friends page
Challenge page
New Challenge page
Challenge Logs
Explore
End of Challenge Screen