Skip to content

A minimal shopping cart built with web technologies

License

Notifications You must be signed in to change notification settings

aprilllllllll/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shopping Cart

A minimal shopping cart concept built with ReactJS

What is this?

This shopping cart concept is my attempt to learn the ReactJS library. This is also an example of how data flows in React (unidirectional). Please check out the code for more information.

Screenshot

React Shopping Cart Screenshot

Technology

  • HTML & CSS.
  • JavaScript (ES6).
  • React.
  • NodeJS & npm.
  • The create-react-app template.

How to run

  1. Download this repo.
  2. Install NodeJS and npm.
  3. On the terminal, cd to the repo.
  4. Type npm install to install the required dependencies.
  5. Type npm start to run. The app will show up under a local development server.

Observations

  • Since in JavaScript objects and arrays are assigned by reference, we must be more careful when mutating the values of objects and arrays.

License

MIT License

Copyright (c) 2019 William

About

A minimal shopping cart built with web technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published