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

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.

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

![Preview](https://raw.githubusercontent.com/velopert/react-remote-counter/master/preview.gif)
Live Preview: https://remotecounter.hoah.xyz/