Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.05 KB

PuzzleDash

Introducing PuzzleDash! A completely free alternative for playing Chess Puzzle Rush, a popular paid Chess.com feature where you are challenged to solve a series of chess puzzles with increasing difficulty in limited time.

Once over, you can also click on any puzzle from your last PuzzleDash, and analyze it through Lichess.

It is live at: https://puzzledash.shreyasgupta.in/

PuzzleDash Demo Gif

Demonstration Video

Frontend Tech Stack/Libraries Used

  • HTML/CSS/JS
  • jQuery
  • chessjs
  • chessboardjs
  • Socket.io

Backend Tech Stack/Libraries Used

  • Node.js
  • Express.js
  • Socket.io
  • MongoDB

Local Setup

$ git clone https://github.com/sggts04/PuzzleDash
$ cd PuzzleDash
$ npm install
$ echo "MONGO=mongodb+srv://xxx" > .env
$ npm start

Replace mongodb+srv://xxx with your MongoDB URL.

And then navigate to localhost:3000.