Skip to content

karfania/sudoku-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers LinkedIn


SUDOKU-GO

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Built With

  • React
  • Typescript
  • Go
  • JQuery

(back to top)

Getting Started

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:

Prerequisites

  • npm
    npm install npm@latest -g
  • typescript
    npm install -g typescript
  • golang
    https://go.dev/doc/install
    

Installation

  1. Clone the repo
    git clone https://github.com/karfania/sudoku-go.git
  2. Install NPM packages
    cd client
    npm install
  3. Run local instance of the backend Sudoku engine & API
    cd server
    go run main.go

(back to top)

Roadmap

  • Sudoku Board Generator
    • Difficulty Settings
    • Timer
  • Sudoku Move Validator
  • Sudoku Board Solver

(back to top)

Contact

Kourosh Arfania - [email protected]

Project Link: https://github.com/karfania/sudoku-go

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors