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

https://github.com/coderade/react-activity-counter

Activity Counter made in React
https://github.com/coderade/react-activity-counter

Last synced: 5 months ago
JSON representation

Activity Counter made in React

Awesome Lists containing this project

README

          

# react-activity-counter

![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)

**This project has been developed in 2016 for the purpose of demonstrating how to work with states and stateless components using the React Route some and is not maintained anymore. Some libraries are being updated using the [Dependabot](https://dependabot.com/) and [Snyk.io](https://snyk.io/) services, but no further tests are being done.**

Simple Activity counter project to show how to work with states and stateless components in React.

### How to use

Download and install the Node.Js and NPM using the [NVM](https://github.com/creationix/nvm).

Install the [yarn](https://yarnpkg.com/en/) following the official
[documentation](https://yarnpkg.com/lang/en/docs/install/#linux-tab).

Clone the repository and install the node modules.

`yarn install`

After this, you can run the application.

***

#### Running the application

You can use the Npm to serve this application.

To do this at the root of the project, use the `npm start` command.

Then navigate your browser to http://localhost:3030 to see the app running in your browser.