Skip to content

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.

License

Notifications You must be signed in to change notification settings

ShishirShekhar/counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter

A simple and interactive counter application built with React and Redux.

Table of Contents

Description

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.

Features

  • Create multiple counters
  • Increment and decrement counter values
  • Reset counter values to zero
  • Update counter names

Installation

  1. Clone the repository:

    git clone https://github.com/ShishirShekhar/counter.git
  2. Install the dependencies:

    cd counter
    npm install
  3. Start the development server:

    npm start
  4. Open your browser and visit http://localhost:3000 to see the Counter application.

Usage

  • 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.

Technologies Used

  • React
  • Redux
  • Tailwind

Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Built with ❤️ by Shishir Shekhar

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published