A web application for creating and solving different types of sudoku and pencil puzzles.
Clone the repository, install Node.js and npm, and run npm install
.
Run npm start
to start the application
and open http://localhost:3000 in the browser.
The page will reload if you make edits, but sometimes refreshing the tab is still necessary.
The project is a frontend-only JavaScript/TypeScript application based on React for web components, MobX for global state management, Emotion for styles, and ably for web sockets.