Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tqmvt/counter-app

shopping cart counter - awesome react app
https://github.com/tqmvt/counter-app

cart counter react

Last synced: about 2 months ago
JSON representation

shopping cart counter - awesome react app

Awesome Lists containing this project

README

        

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

[![Netlify Status](https://api.netlify.com/api/v1/badges/0dc318ba-6883-485e-a9d0-5720c9387a55/deploy-status)](https://app.netlify.com/sites/launch-counter/deploys)

> **This tiny application is like adding,removing,deleting, resetting products which reflects in the total number of products into the shopping cart.**

**This is a very basic app but useful to understand the React Components, states, Data Flow, parent to child etc. .**

![screenshot](./screenshot.png)

## 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](http://localhost:3000) to view it in the browser.