#Counter(React)
This is a simple counter app built with React.
- Simple Counter
- Step Counter
- Danger Counter
- You can customize the color of the button by adding the className
red
to the button. - You can customize the text color of the button by adding the className
text-white
to the button. - You can customize the background color of the button by adding the className
bg-blue-500
to the button.
- HTML
- CSS
- React Js
- Clone the repository
- Go to the directory
- Run the command
npm install
to install the dependencies - Run the command
npm run dev
to start the application - Open the browser and go to
localhost:3000
to view the application
MIT License