Skip to content

Radian6405/Sudoku-Solver-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

A simple website to solve sudoku puzzles!

Live Demo

You can view this project live here Sudoku-Solver-v2

About The Project

image

This project started with me wanted to write a sudoku-solving algorithm and a simple interface to visualize it ( version 1 ). Eventually, I got into React and decided it would be fun to remake it with actual playing functionality. It still has the auto solving feature tho.

Built With

  • React
  • Vite
  • Tailwind CSS

Getting Started

To run this project locally follow these steps:

Installation

  1. Clone the repo
    git clone https://github.com/Radian6405/Sudoku-Solver-v2.git
  2. Install NPM packages
    npm install
  3. cd into sudoku-solver-v2 and run
    npm run dev