Redux Counter App
Basic counter app.
- It has three button
increase
,decrease
andadd
. - When click on the
add
button, current number on the page(current counter state) adding to list(list state) - It created with duck pattern
Built With
- Javascript
- React
- Redux
Live Demo
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ı
- Github:ahmetbozaci
- Twitter:ahmtbozaci
- LinkedIn:ahmetbozaci
? 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.