Dev Hunt is an innovative, gamified web platform designed to engage users with five unique games that challenge their technical skills and logical thinking. Each game focuses on different aspects of web development and problem-solving, making it an excellent tool for developers, tech enthusiasts, and learners looking to sharpen their abilities in a fun, interactive way.
A step by step series of examples that tell you how to get a development environment running:
Clone the git repository
git clone https://github.com/riishabhraj/dev-hunt.git
cd dev-hunt
And install npm dependencies
npm install
Run the development mode
npm start