https://github.com/velopert/react-remote-counter
An example project of using redux and express.js to demonstrate a simple counter that uses AJAX.
https://github.com/velopert/react-remote-counter
Last synced: 3 months ago
JSON representation
An example project of using redux and express.js to demonstrate a simple counter that uses AJAX.
- Host: GitHub
- URL: https://github.com/velopert/react-remote-counter
- Owner: velopert
- Created: 2016-05-30T15:48:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T15:43:30.000Z (about 10 years ago)
- Last Synced: 2024-12-31T13:42:13.388Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT-REMOTE-COUNTER
## About
This project is an example React.js project that uses Express.js, Redux, and axios to demonstrate a simple counter. The backend server holds the counter and the counter number gets updated every 5 seconds and whenever it is clicked. Some basic CSS are used to decorate the counter.
Tutorial on this project (in Korean): https://velopert.com/1552
## Preview

Live Preview: https://remotecounter.hoah.xyz/