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
npm i
# or
yarn
npm run dev
# or
yarn dev
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.