Skip to content

A web application built for the freecodecamp.org course on Quality Assurance

Notifications You must be signed in to change notification settings

normanrichardson/FCC-Sudoku-Solver

Repository files navigation

This was put together for the Quality Assurance course on FCC. The aim was to create and test a web application for solving sudoku puzzles, and testing individual cells.

View at:

run on replit

Built With

  • ChaiJS
  • NodeJS
  • Express

Local installation

  1. Clone

    $ git clone https://github.com/normanrichardson/FCC-Sudoku-Solver.git
    $ cd FCC-Sudoku-Solver
    
  2. Install dependencies

    $ npm install
    
  3. Run Server

    $ npm start
    

    Go to localhost:3000

  4. Run Tests

    npm test
    

About

A web application built for the freecodecamp.org course on Quality Assurance

Topics

Resources

Stars

Watchers

Forks