Skip to content

A Javascript implementation of a bowling scorecard that updates as the results are entered. Tested with Jasmine, uses eslint and Travis CI.

Notifications You must be signed in to change notification settings

StuBehan/bowling-challenge

 
 

Repository files navigation

Bowling Yo!

Javascript Bowling scorecard with user interface Build Status

  • Clone the repo git clone https://github.com/StuBehan/bowling-challenge.git
  • Get yourself to the directory and npm install
  • Use the test suite npm test
  • Or open SpecRunner.html with a live server
  • Open index.html with a live server and try out the UI
  • Only enter valid bowling scores as numbers in to the UI, it does not do any validation at this time

I know this Readme is a bit thread bare, but I have created a guide concurrently with this project which covers all of the packages I used in this repo, you can find that here.

Testing on interface.js is to come once I work out how to test jQuery!

About

A Javascript implementation of a bowling scorecard that updates as the results are entered. Tested with Jasmine, uses eslint and Travis CI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 1.2%
  • CSS 1.1%