davisski / react-scoreboard-app

Scoreboard application with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Scoreboard application

Scoreboard application with basic functionality.

Table of contents

General info

The focus of this app is different approaches and best practices to writing components that communicate with each other to create dynamic, interactive UIs.

App Features

  • Add players
  • Display player total points
  • Create a stopwatch with start and reset functionality

Tehnologies

  • React version: v16.4.2
  • React-DOM version: v16.4.2
  • Prop-Types version: v15.7.2

Setup

Copy repository https://github.com/davisski/react-scoreboard-app.git

$ git clone https://github.com/davisski/react-scoreboard-app.git
$ cd /react-scoreboard-app
$ npm install
$ npm start

Then open app on http://localhost:3000

About

Scoreboard application with React


Languages

Language:JavaScript 66.5%Language:CSS 23.9%Language:HTML 9.6%