/cart-app

A shopping cart app built with react,redux,redux-saga,styled-components,ant design,json-server

Primary LanguageJavaScript

Shopping Cart with Redux & Redux Saga

A shopping cart application built on react, redux, redux saga, json-server, styled-components, ant design.

This work is not created to be used in production stages.

Screenshots

App Screenshot

Tech Stack

React

redux

redux-saga

json-server

styled-components

antd

Run Locally

Clone the project

  git clone https://github.com/fanksin/cart-app/

Go to the project directory

  cd cart-app

Install dependencies

  npm install

Start the json-server and client with one command

  npm run dev