Skip to content

tr-hack-to-the-future/prettyplease-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

354 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty Please - Charity Marketplace web application

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/.

Technology Used

This project uses the following technology:

  • ReactJS
  • JavaScript (ES6)
  • CSS
  • Firebase
  • Axios
  • ESLint

alt text

Environment variables

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"

Running the application locally

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:

http://localhost:3000

About

Frontend repo of Pretty Please charity marketplace application, built with React, React Router and Firebase Authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors