This repository contains source code for the CS-1660 final project.
Group Members:
- Zac Chen
- Elijah Cohen
- Ayaan Siddiqui
- Justin Zeng
- 🤖 Introduction
- ⚙️ Tech Stack
- 🤸 Quick Start
An innovative coding challenge game that makes learning to code an enjoyable and rewarding experience for players of all ages and backgrounds.
- React.js
- JavaScript
- TailwindCSS
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/22ayaan/CodeQuest.git
cd CodeQuestInstallation
Install the project dependencies using npm:
npm installRunning the Project
npm startOpen http://localhost:3000 in your browser to view the project.
- The login page is mocked for simplicity. User management isnt implemented for this project.
- All problem sets on the dashboard are linked to the same question for the purpose of simplicity of this assignment.
- You can press the "CodeQuest" Header on the top of the page whenever you wish to go back to the dashboard.
- The API used for executing the code in a proper sandbox environment is powered with the help of Judge0 by RapidAPI. The free tier of this API allows for a maximum of 50 requests per day so it might refuse to process your request if you go over 50.