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

https://github.com/mbientlab/metahub-javascript

MetaWear JavaScript SDK - Linux - MetaWear App Source Code
https://github.com/mbientlab/metahub-javascript

Last synced: about 1 year ago
JSON representation

MetaWear JavaScript SDK - Linux - MetaWear App Source Code

Awesome Lists containing this project

README

          

# 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 React Components, states, Data Flow, parent to child etc. .**

## Live URL :-

> [Counter App](https://obscure-waters-60500.herokuapp.com)

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