A simple and interactive counter application built with React and Redux.
The Counter application allows you to create multiple counters, increment and decrement their values, reset them to zero, and update their names. It demonstrates the basic usage of Redux for state management in a React application.
- Create multiple counters
- Increment and decrement counter values
- Reset counter values to zero
- Update counter names
-
Clone the repository:
git clone https://github.com/ShishirShekhar/counter.git
-
Install the dependencies:
cd counter npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to see the Counter application.
- Click the "Add Counter" button to create a new counter.
- Use the "Increase" and "Decrease" buttons to modify the counter value.
- Click the "Reset" button to set the counter value to zero.
- Click the "Set Value" button to enter a specific value for the counter.
- Click the "Counter Name" button to update the counter's name.
- Click the "Close" button to remove the counter from the list.
- React
- Redux
- Tailwind
Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Built with ❤️ by Shishir Shekhar