Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1019 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 1019 Bytes

Introduction


A simple e-commerce client app, written in React. Utilizing React Hooks (useReducer, createContext, useContext, useState, useEffect), JSON API, advanced/responsive styling using SASS/grid.

All the data is pulled from a mock JSON API hosted on Heroku.
For details on that, check here: (JSON API) https://github.com/shal0mdave/bejamas-ecommerce-api


Getting Started

Install dependencies:

npm i
# or
yarn


Run the development server:

npm run dev
# or
yarn dev


Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.