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.herokuapp.com/

PuzzleDash Demo Gif

Demonstration Video

Changelog

Frontend Tech Stack/Libraries Used

Backend Tech Stack/Libraries Used

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.