Sudoko Solver and Tester By Cameron Clark

`

What is this?

This is a program designed to take an input in the form of a sudoko, and either to test it to see if it is a viable solution or to complete it and find all the missing answers.

How Have I Coded it?

I completed this project only using vaniller HTML, CSS and Javascript, no external Javascript Libraries were used. Similary, all the code in the project is original and my own. However, to aid my learning, I have used research tools such as google, my past notes and other websites to gain the knowledge and skills required to complete it.