Skip to content

A simple and fast Sudoku solver created with Angular and TypeScript.

License

Notifications You must be signed in to change notification settings

luth1um/sudoku-solver-angular

Repository files navigation

Build Deployment

🤔 Sudoku Solver

This project is a simple and fast Sudoku solver created with Angular and TypeScript. All calculations are done directly in the frontend, you don't need any backend to run this app. In case you want to try out the result, just visit this website. In case you are only interested in the TypeScript solver itself, you should visit this project.

🚀 Quick Start

The usual commands for Angular projects can be used in this project.

  • pnpm install to install all dependencies
  • pnpm start to run the app locally for development
  • pnpm test to run unit tests
  • pnpm e2e to run E2E tests with Cypress
  • pnpm lint for linting
  • pnpm build to build the app for production
  • pnpm deploy-ghpages to build the app and deploy the result to GitHub Pages. In case you fork this repository, you might need to adapt the deployment options in the angular.json file to fit your needs.

🔗 Links