This is the front end of the Pretty please Application, built throughout the Tech Returners Your Journey Into Tech course. It integrates with a backend, available here.
The hosted version of the application is available here: https://tr-hack-to-the-future.github.io/prettyplease-frontend/.
This project uses the following technology:
- ReactJS
- JavaScript (ES6)
- CSS
- Firebase
- Axios
- ESLint
You will need to add the environment variables in a .env.local file in project root folder. This file will contain the Firebase configuration credentials.
REACT_APP_API_KEY= "XXXXxxxx"
REACT_APP_AUTH_DOMAIN= "xxxxXXXX.firebaseapp.com"
REACT_APP_DATABASE_URL="https://xxxXXXX.firebaseio.com"
REACT_APP_PROJECT_ID= "xxxxXXXX"
REACT_APP_STORAGE_BUCKET= "xxxxXXXX.appspot.com"
REACT_APP_MESSAGING_SENDER_ID= "xxxxXXXX"
REACT_APP_ID= "xxxxXXXX"
REACT_MEAS_ID= "xxxxXXXX"
Node.js must be installed if not already.
Clone the application and install dependencies:
npm install
To start the application:
npm start
The application will then be accessible at:
