Skip to content

A simple React web-application that can solve custom Sudoku puzzles

License

Notifications You must be signed in to change notification settings

JPStrydom/Sudoku-AI

Repository files navigation

Build Status Coverage Status code style: prettier

js-standard-style

Introduction

This is a simple React web-application that solve custom Sudoku puzzles. Users can generate Sudoku puzzles or insert their own, and the web-application will solve the puzzles provided that a solution exists.

Links

  • The web-application can be visited here
  • The project's GitHub repository can be found here
  • A guide on how to play Sudoku can be found here
  • An awesome free web-application hosting platform called Heroku can be found here

Setup

If you'd like to run this project yourself, you can follow the following steps:

  1. Clone the repository, or simply download the source code here
  2. Download and install NodeJS here
  3. Run the command npm install in the same directory as the source code to install all the required packages
  4. Run the command npm run dev in the same directory as the source code to start the development server
  5. Visit the website through any modern browser by going to the web-address http://localhost:8080/