https://github.com/avinashmsangle/react-counter
A Simple Counter
https://github.com/avinashmsangle/react-counter
css html js react tailwindjs vitejs
Last synced: 3 months ago
JSON representation
A Simple Counter
- Host: GitHub
- URL: https://github.com/avinashmsangle/react-counter
- Owner: AvinashMSangle
- Created: 2024-11-06T07:28:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T05:52:05.000Z (6 months ago)
- Last Synced: 2025-01-17T19:52:22.943Z (4 months ago)
- Topics: css, html, js, react, tailwindjs, vitejs
- Language: JavaScript
- Homepage: https://r-counter-a.netlify.app/
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Counter(React)
## About
This is a simple counter app built with React.
## Features
- Simple Counter
- Step Counter
- Danger Counter## Customization
- 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.## Screenshots

## Tech Stack
- HTML
- CSS
- React Js## Use
1. Clone the repository
2. Go to the directory
3. Run the command `npm install` to install the dependencies
4. Run the command `npm run dev` to start the application
5. Open the browser and go to `localhost:3000` to view the application## License
MIT License