normanrichardson / FCC-Sudoku-Solver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 73.5%Language:HTML 22.7%Language:CSS 3.2%Language:Shell 0.6%