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
- Host: GitHub
- URL: https://github.com/coderade/react-activity-counter
- Owner: coderade
- Created: 2017-06-04T21:36:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-10T11:01:06.000Z (5 months ago)
- Last Synced: 2026-01-11T03:31:04.360Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-activity-counter

**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.