/ping-pong-js

Ping pong counter Javascript

Primary LanguageJavaScript

Haiku Tester

Single Webpage for Epicodus, 1.6.2019

By Kenny Wolfenberger

Description

Create a program that takes user input and returns a "Ping Pong" count.

Specs

Spec Entry Results
Numbers divisible by 3 should return as "Ping" "6" Results: "Ping"
Numbers divisible by 5 should return as "Pong" "10" Results: "Pong"
Numbers divisible by 15 should return as "Ping Pong" "45" Results: "Ping Pong"
Numbers divisible by none of these should return the number 14 Results: "`4"

Setup/Installation Requirements

  • Clone Repository.
  • Download all packages by typing "npm install" in the terminal.
  • Type "npm test" to run all tests.
  • To run the program, first navigate to the location: npm run build then, npm run start.

Technologies Used

  • Javascript
  • Node Package Manager (NPM)
  • JSON
  • Webpack
  • ESLINT
  • Jasmine and Karma (testing)
  • Babel
  • Terminal
  • VS Code
  • GitHub

License

This software is licensed under the MIT license.

Copyright (c) 2019 ** _Kenny Wolfenberger **