Giter VIP home page Giter VIP logo

sudoku's Introduction

Sudoku app

This repository contains a Sudoku app, which can be used to solve any Sudoku. The app consists of a Go backend (see: ./backend) and a Vue.js frontend (see: ./frontend).

The goal of this project was two-fold:

  • Improving my Sudoku solving skills with a "hint" feature. So, if I'm stuck on a Sudoku, I could fill in the Sudoku in the app and get the next hint (instead of directly showing the end result like most other Sudoku apps out there).
  • Getting some experience with building (modular) Go applications, especially because of my interest in the cloud native / Kubernetes ecosystem.

Currently, the Sudoku app can solve any Sudoku using various techniques. However, it does not yet support the "hint" feature mentioned before.

Sudoku app screenshot

Quick start

Run Docker Compose:

$ docker-compose up

The Sudoku app is now available on http://127.0.0.1:5000.

Environments

Environment Frontend URL Backend URL
Local Development http://127.0.0.1:5173 http://127.0.0.1:8080
Docker Compose http://127.0.0.1:5000 http://127.0.0.1:5001
Production https://productionURL.com https://productionURL.com/api

Credits

The application is inspired by https://www.sudoku-solutions.com/.

sudoku's People

Contributors

pietervdheijden avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.