Skip to content

noahsc0tt/sudoku-solver

Repository files navigation

Sudoku Solver (React + TypeScript)

A simple browser-based Sudoku solver built with React and TypeScript.
Enter your starting digits and solve puzzles using a basic backtracking-style search over row permutations.

Usage

  1. Start the dev server and open the shown URL in a browser
  2. Enter your starting digits into the cells of the input grid
  3. Click solve to compute the solution to the given Sudoku
  4. Click clear to reset and input a new puzzle

Prerequisites

  • Node.js 20+
  • npm

Run Locally

Install dependencies:

npm install

Build and Run:

npm run build
npm run preview

Alternatively, run dev server:

npm run dev

About

Simple browser-based Sudoku solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published