atrotter0 / sudoku

A Sudoku game built with JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

Epicodus JavaScript exercise, 08.03.18

By Abel Trotter, Kelli Brooke, and Nate Cottle

Description

A simple Sudoku game built with JavaScript.

Setup on OSX

  • Install Node.js
  • Install karma-cli globally: npm install -g karma-cli
  • Clone the repo
  • npm install to install dependencies
  • npm run start to build and start the dev server
  • npm run lint to explicitly run ESLint
  • npm run test to run the unit tests with Karma and Jasmine. Visit localhost:9876 to view the tests.

Contribution Requirements

  1. Clone the repo
  2. Make a new branch
  3. Commit and push your changes
  4. Create a PR

Technologies Used

  • JavaScript
  • Node.js
  • jQuery 3.3.1
  • Bootstrap 4.1.3
  • Babel
  • Webpack
  • ESLint
  • Jasmine
  • Karma

License

This software is licensed under the MIT license.

Copyright (c) 2018 Abel Trotter, Kelli Brooke, and Nate Cottle

About

A Sudoku game built with JavaScript


Languages

Language:JavaScript 90.6%Language:CSS 5.0%Language:HTML 4.4%