https://github.com/rohitanchal/redux-counter-app
A simple counter app built with React and Redux Toolkit, demonstrating state management with increment, decrement, and reset functionality.
https://github.com/rohitanchal/redux-counter-app
counter react reactjs redux redux-toolkit
Last synced: 3 months ago
JSON representation
A simple counter app built with React and Redux Toolkit, demonstrating state management with increment, decrement, and reset functionality.
- Host: GitHub
- URL: https://github.com/rohitanchal/redux-counter-app
- Owner: rohitanchal
- Created: 2025-02-23T08:29:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T08:46:24.000Z (3 months ago)
- Last Synced: 2025-02-23T09:25:57.987Z (3 months ago)
- Topics: counter, react, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://rohitanchal.github.io/redux-counter-app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Counter App
This is a simple counter application built with React and Redux Toolkit.
## Features
- Increment, decrement, and reset functionality.
- State management using Redux Toolkit.
- Styled using inline CSS.## Installation
```bash
git clone https://github.com/rohitanchal/redux-counter-app.git
cd redux-counter-app
npm install
npm run dev