shal0mdave / bejamas-ecommerce-client

Simple E-commerce Demo Project For Bejamas Frontend Developer Test

Home Page:bejamas-ecommerce-client.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple E-commerce Demo Project For Bejamas Frontend Developer Test

bejamas-ecommerce-client.vercel.app


Languages

Language:JavaScript 68.6%Language:SCSS 27.7%Language:HTML 3.7%