Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicolaspadari/sudoku-solver
- Owner: NicolaSpadari
- Created: 2023-08-09T15:50:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:12:32.000Z (over 1 year ago)
- Last Synced: 2024-12-09T03:49:01.025Z (about 1 month ago)
- Topics: nuxt3, typescript, unocss
- Language: TypeScript
- Homepage: https://sudoku.nicolaspadari.dev
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku solver
A simple app to solve sudoku
### Technologies:
- Nuxt 3
- TypeScript
- UnoCSSInstall dependencies:
```sh
$ ni # or pnpm install
```Run project:
```sh
$ nr dev # or pnpm run dev
```