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

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.

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