lfoliveir4 / shopping-cart

Simple shopping cart developed to use the concepts of React and Context API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Cart

Simple shopping cart developed with React, without boilerplate, to use the concepts of React and Context API.

  • Webpack
  • Context API for state management
  • Persistence of products in the browser localstorage
  • Tests with Jest and React Testing Library
git clone
json-server -p 3333 --watch server.json
yarn dev

For Tests:

yarn test

About

Simple shopping cart developed to use the concepts of React and Context API.


Languages

Language:JavaScript 99.5%Language:HTML 0.4%Language:CSS 0.1%