Skip to content

rmulder/Shopping_Cart_App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Shopping Cart App

A basic shopping cart app UI that I created using React following Mosh Hamedani's React crash course, with some modifications.

Source: https://www.youtube.com/watch?v=Ke90Tje7VS0

To run this app type the following in terminal:

create-react-app shopping-cart-app
cd shopping-cart-app
npm start

Then replace the default 'src' folder with the 'src' folder in this repository

Note: this app also uses bootstrap, which can be installed directly in VS code or in terminal using:

npm i bootstrap@4.1.1

About

A basic shopping cart app UI that I created using React following Mosh Hamedani's React crash course, with some modifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%