A simple application that takes a sudoku string a solves it using backtracking. If a puzzle is unsolvable or invalid, it gives the appropriate output.
Clone the repository
git clone https://github.com/damankarora/fcc-qac-project4.git
Change directory
cd fcc-qac-project4
Install dependencies
npm install
Spin up the server
npm start
To test the application with unit tests and functional tests.
npm test