Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaspadari/sudoku-solver

A simple sudoku solver made with Nuxt 3
https://github.com/nicolaspadari/sudoku-solver

nuxt3 typescript unocss

Last synced: about 1 month ago
JSON representation

A simple sudoku solver made with Nuxt 3

Awesome Lists containing this project

README

        

# Sudoku solver

A simple app to solve sudoku


### Technologies:

- Nuxt 3
- TypeScript
- UnoCSS

Install dependencies:
```sh
$ ni # or pnpm install
```

Run project:
```sh
$ nr dev # or pnpm run dev
```