Skip to content

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

 
 
 

Contributors

Languages

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