kmelkon / react-stopwatch

A simple react stopwatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React stopwatch

A basic React stopwatch with a start, stop, resume and reset functions.

Go here for live demo.

πŸ‘¨β€πŸ’» Tech stack

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node
  • Npm

Type the following commands in the terminal to verify your node and npm versions

node -v
npm -v

Install

Follow the following steps to get development environment running.

  • Clone this repo
  • Install node modules using npm or yarn
cd react-stopwatch
npm install

⏰ TODO

  • styling via style components
  • Add a reusable header component

πŸ– Contributing

If you find any bug or want to propose a feature, feel free to open an issue or create a pull request.

About

A simple react stopwatch


Languages

Language:JavaScript 81.0%Language:HTML 14.6%Language:CSS 4.4%