/sudoku-webpack

Sudoku result checker

Primary LanguageHTML

Sudoku Tester

Single Webpage for Epicodus, 1.8.2019

By Kenny Wolfenberger

Description

Web application to verify Sudoku answers.

Specs

  • Program will check for numbers 1-9 in each row.
  • Program will check for numbers 1-9 in each column.
  • Program will check for numbers 1-9 in each 3x3 square.

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 **