A full-stack web application with playable Soduku. Leverages a Sudoku engine written in Go, a Gin API, and a React front-end.
Explore the docs »
Table of Contents
This is a full-stack web application with plans to be deployed once development is complete. In the meantime, you can get a local copy running on your machine with the following steps:
- npm
npm install npm@latest -g
- typescript
npm install -g typescript
- golang
https://go.dev/doc/install
- Clone the repo
git clone https://github.com/karfania/sudoku-go.git
- Install NPM packages
cd clientnpm install
- Run local instance of the backend Sudoku engine & API
cd servergo run main.go
- Sudoku Board Generator
- Difficulty Settings
- Timer
- Sudoku Move Validator
- Sudoku Board Solver
Kourosh Arfania - [email protected]
Project Link: https://github.com/karfania/sudoku-go