Skip to content

ps8847/react-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter


Introduction


An Basic Counter Application made using Reactjs

Tech Stack

ReactCSS3

Installation

  1. Clone the repository:

    git clone https://github.com/ps8847/react-counter.git
    cd react-counter
  2. Install dependencies:

    npm install
  3. Run the app:

    npm start

    Features

Feature Description
Add 1 Button to add 1 into the value
Subtract 1 Button to subtract 1 into the value
Add 2 Button to add 2 into the value
Subtract 2 Button to subtract 2 into the value
Reset Button to reset he value to 0

Contributions

Contributor
ps8847