Redux Counter App

Basic counter app.

  • It has three button increase, decrease and add.
  • When click on the add button, current number on the page(current counter state) adding to list(list state)
  • It created with duck pattern

image

Built With

  • Javascript
  • React
  • Redux

Live Demo

Counter App-Netlify

Setup

  • Clone this project

- $ git clone https://github.com/ahmetbozaci/redux-counter.git
- $ cd redux-counter
  • Install npm packages

- $ npm install
  • Open website

- $ npm start

Authors

? Ahmet Bozacı

? Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

? License

This project is MIT licensed.

GitHub

View Github