ryanajones / Sudoku-Solver

Sudoku puzzle solver.

Home Page:https://replit.com/@ryanajones/Sudoku-Solver#README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku Solver

A web application capable of solving a Sudoku puzzle game. Enter the puzzle in the textarea and press solve for a solution. Node and Express are used to create a web server with with Node's HTTP module. An implemented RESTful API on the back-end handles the client side HTTP requests, computes necessary algorithms to solve the puzzle, then provides a response. The Chai and Mocha testing tools are used for unit and function testing.

Technologies Used

HTML SCSS JavaScript NodeJS ExpressJS Chai Mocha

Deploy on Repl

https://replit.com/@ryanajones/Sudoku-Solver#README.md

Screenshots

alt text

About

Sudoku puzzle solver.

https://replit.com/@ryanajones/Sudoku-Solver#README.md


Languages

Language:JavaScript 73.5%Language:HTML 18.3%Language:SCSS 7.6%Language:Shell 0.6%