/shopping-cart

This is simple application build using react to understand basic functionality of react.js library like Data Flow, parent to child (props), React Components, states, etc. adding, removing, deleting, resetting products which reflects in the total number of products into our shopping cart.

Primary LanguageJavaScript

A simple counter-App using React.js(https://reactjs.org)

This tiny application is like adding,removing,deleting, resetting products which reflects in the total number of products into our shopping cart. This is a very basic app but useful to understand the Data Flow, parent to child (props), React Components, states, etc. .

Live URL :-

Counter App OR your can do the following to run in your local machine

Scripts

Install node modules

npm install

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.