https://github.com/codehass/counter-app
A simple counter app built with React. It allows you to increment or decrement a counter, and it changes the color of the number based on the value.
https://github.com/codehass/counter-app
jest reactjs
Last synced: about 1 month ago
JSON representation
A simple counter app built with React. It allows you to increment or decrement a counter, and it changes the color of the number based on the value.
- Host: GitHub
- URL: https://github.com/codehass/counter-app
- Owner: codehass
- Created: 2024-12-20T09:31:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T14:07:41.000Z (about 1 year ago)
- Last Synced: 2025-01-18T23:54:35.507Z (about 1 year ago)
- Topics: jest, reactjs
- Language: TypeScript
- Homepage: https://counter-i8hcgpuzu-codehass-projects.vercel.app/
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter App
A simple counter app built with React. It allows you to increment or decrement a counter, and it changes the color of the number based on the value.
Deployed App: [Live Demo](https://counter-app-sigma-seven.vercel.app/)
## Installation
1. Clone the repository to your local machine:
```bash
git clone git@github.com:codehass/counter-app.git
cd counter-app
2. Install the dependencies:
```bash
npm install
3. Start the app in development mode:
```bash
npm start
4. Start test:
```bash
npm test