Skip to content

Jemeni11/React-Redux-Shopping-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Redux-Shopping-App

A shopping web app built with React, Redux (ToolKit), React Router and Vite.

I also used the FakeStoreApi.

Live Site

This web app allows buyers to browse products by categories, add them to their cart, and checkout.

This site was deployed with Netlify. Netlify Status

Scripts

  • yarn dev or vite: start dev server, aliases: vite dev, vite serve.
  • yarn build or vite build: build for production.
  • yarn preview or vite preview: locally preview production build.