Skip to content

dung-phan/bowling-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

BOWLING SCORING SYSTEM

What this project is about

My approach to build the bowling game scoring system, using React and Redux for state management

Table of contents:

Features

As a player, you can:

  • Add two players with names
  • Manually add scores for each player
  • Tracks the number of games won for each player
  • Reset all game stats and start over
  • Correctly calculates bowling scores

Instructions

  1. Navigate to the repository
  2. Clone locally using git@github.com:dung-phan/bowling-game.git
  3. cd bowling-game
  4. Install dependencies using npm install
  5. Start your server using npm start
  6. Navigate to app in browser
  7. Players can enter their names in

File Structure

-src
 -assets
 -components
   - App
   - ControlBoard
   - Frame
   - PlayerForm
   - ScoreBoard
 -redux
 -styles
-README.md

Improvements

  • Add more tests to helper functions and redux store
  • The app is designed for laptop users only and therefore is not responsive.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published