All Projects → raravi → sudoku

raravi / sudoku

Licence: MIT License
A Sudoku web app in React.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to sudoku

Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-74%)
Mutual labels:  sudoku
io-dev
IO Dev is a portfolio website to showcase the work and projects I have created
Stars: ✭ 22 (-56%)
Mutual labels:  responsive-web-design
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+596%)
Mutual labels:  sudoku
website
Fully responsive website built with NextJS, React and Fluent UI, with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.
Stars: ✭ 29 (-42%)
Mutual labels:  responsive-web-design
Sudoku
A sudoku solver using brute forces and logical techniques.
Stars: ✭ 49 (-2%)
Mutual labels:  sudoku
sudoLite
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
Stars: ✭ 55 (+10%)
Mutual labels:  sudoku
sudoku
A very fast Java Sudoku library implementation along with a command line client
Stars: ✭ 15 (-70%)
Mutual labels:  sudoku
responsive-landing-page-headphones
Responsive Landing Page Using HTML CSS & JavaScript 🎧 | Headphones Website Design
Stars: ✭ 111 (+122%)
Mutual labels:  responsive-web-design
vanilla-js
Projects using pure JavaScript without any external libraries or frameworks
Stars: ✭ 129 (+158%)
Mutual labels:  responsive-web-design
coindesk-dashboard
Transform a nice behance.com design in HTML,CSS
Stars: ✭ 13 (-74%)
Mutual labels:  responsive-web-design
Portfolio-Demo-1
A portfolio build by using flutter for web.
Stars: ✭ 74 (+48%)
Mutual labels:  responsive-web-design
Hodoku
Hodoku is a solver/generator/trainer/analyzer for standard sudoku.
Stars: ✭ 49 (-2%)
Mutual labels:  sudoku
sudoku-solver
A simple sudoku solver
Stars: ✭ 16 (-68%)
Mutual labels:  sudoku
Flight-Booking-System-JavaServlets App
✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.
Stars: ✭ 107 (+114%)
Mutual labels:  responsive-web-design
hsudoku
A native gtk sudoku game written in haskell
Stars: ✭ 31 (-38%)
Mutual labels:  sudoku
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (+28%)
Mutual labels:  sudoku
python-sudoku-generator-solver
Python based sudoku generator that can create unique Sudoku board based on 4 difficulty levels. This code also includes a brute force sudoku solver that is capable of solving even the most difficult sudoku puzzles!
Stars: ✭ 58 (+16%)
Mutual labels:  sudoku
Stylizer
Stylizer is a flexible Css framework based on the visual aspect, the framework offers you a clean and easy work.
Stars: ✭ 44 (-12%)
Mutual labels:  responsive-web-design
science-fiction-magazines-blog
Blog template (concept) is inspired by stylish science fiction magazines of the 80-90s.
Stars: ✭ 24 (-52%)
Mutual labels:  responsive-web-design
PlaySudoku
PlaySudoku, a web sudoku game.
Stars: ✭ 25 (-50%)
Mutual labels:  sudoku

sudoku

A Sudoku game in React!

license  version  dependencies  last-commit

This project aims to highlight the use of React to build a game and also maintaining state in one place. By having a 'Single Source of Truth', it becomes easier to keep updating the different parts of the UI based on state changes!

A fun way to learn React for those who are still in the beginning stages!

Features:

  • Only functional components!
  • useEffect, useState hooks instead of state.
  • Simple use of props.
  • All the game logic resides in a single component.
  • Use CSS Custom properties to keep the stylesheet DRY.
  • Understand how functions can be sent down as props and consumed.
  • Typescript for static type checking!

ko-fi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].