Web Store for interview challenges by Gentleman Programming.
Some of the technologies used in this project are the following:
- Javascript
- Firebase
- React
- React Router
- pnpm
In order to setup the project you need to have install node and pnpm:
git clone https://github.com/victormhp/gentleman-programming--store.git
cd gentleman-programming--store
pnpm install
To configure the page, you will need to create a .env file in the root directory of the project. You can use the .env.example file as a template:
VITE_APP_FIREBASE_API_KEY=''
VITE_APP_FIREBASE_AUTH_DOMAIN=''
VITE_APP_FIREBASE_PROJECT_ID=''
VITE_APP_FIREBASE_STORGAE_BUCKET=''
VITE_APP_FIREBASE_MESSAGING_SENDER_ID=''
VITE_APP_FIREBASE_APP_ID=''