Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.02 KB

[MOCK] Rewards Store Front

preview Webpage created to mock a reward storefront: you will be able to redeem products, add coins and view purchase history.

The page is deployed here:

https://r-vasquez.github.io/React_mock_rewards_store/

About this proyect

This is part of a React Course and uses this Aerolab API to retrieve the data of the products and the end user. The intention of this UI is to look like this figma file

How to run locally

Clone the project, install node_modules (using npm install) and run

yarn start

How to deploy

After cloning and installing dependencies, run

npm run deploy

In case you want to change your deployment page make sure you change the "homepage" property in the package.json file

Stack Used

  • React (React Hooks)
  • Pure CSS (No libraries/frameworks)
  • Github Pages to deploy
  • Project was bootstrapped with Create React App