Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntatko/puxxles
Solve Sudoku with JavaScript
https://github.com/ntatko/puxxles
javascript sudoku
Last synced: 25 days ago
JSON representation
Solve Sudoku with JavaScript
- Host: GitHub
- URL: https://github.com/ntatko/puxxles
- Owner: ntatko
- License: mit
- Created: 2023-08-17T17:13:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T22:17:12.000Z (8 months ago)
- Last Synced: 2024-05-09T23:27:09.145Z (8 months ago)
- Topics: javascript, sudoku
- Language: JavaScript
- Homepage: https://puxxles.pages.dev
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Puxxles
Puxxles, currently, is a learn-to-code tool in which you write javascript and solve sudoku puzzles. The goal is to make the sudoku board valid by writing javascript code that will fill in the missing numbers.
## Getting Started
To get started, you can either clone the repository or visit the live site at [puxxles.pages.dev](https://puxxles.pages.dev).
### Running Locally
To run the project locally, you will need to have Node.js installed. You can download it [here](https://nodejs.org/en/download/).
Once you have Node.js installed, you can clone the repository and run the following commands:
```bash
npm install
npm start
```### Storybook
To view the components in Storybook, you can run the following command:
```bash
npm run storybook
```## Contributing
If you would like to contribute, please fork the repository and submit a pull request. If you find a bug, please open an issue.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.