This is a simple ReactJS-based counter application with additional features to increment and decrement the counter by 1, 2, and 5.
- Increment counter by 1, 2 and 5
- Decrement counter by 1, 2 and 5
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/nikunjpansari/Counter-App.git
-
Navigate to the project directory:
cd react-counter-app npm start
Open your browser and navigate to http://localhost:3000 to view the counter application.