Skip to content

jongbochung/react-redux-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux is a predictable state container for JavaScript apps.

What is it?

Take a look here to find out what it looks like.

1. Create or remove counters with buttons.
2. Right Click on a counter increases by one.
3. Left Click  on a counter decreases by one.
4. Doubl Click  on a counter changes color and radius.

Libraries and tools

  • create-react-app
  • redux
  • react-redux
  • immutable.js
  • surge.sh

branch

installation

All you need to do is clone or download this repository

git clone https://github.com/jongbochung/react-redux-counter.git

Running

To start this application run command bellow

yarn

To test your application, run

  • yarn start

This is also watching for changes, so when you update some code, you don’t have to restart the server, it does that automatically

Deployment

Surge.sh

Simple, single-command web publishing. Publish HTML, CSS, and JS for free, without leaving the command line.

  • Don't forge to install Surge npm i surge -g
  • Check out more detail here