An open API service indexing awesome lists of open source software.

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.

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