Code Quest is an interactive coding game that helps you learn HTML, CSS, and JavaScript through fun, real-world challenges. Choose your language path and dive into levels designed to sharpen your skills with hands-on practice.
- ๐ฎ Challenge-Based Learning โ Tackle coding tasks and puzzles to boost your skills.
- ๐ป Live Code Editor โ Solve challenges in a split-screen interface with instant results.
- ๐ง Hints & Explanations โ Stuck? Get helpful hints and clear explanations for every level.
- ๐ Structured Learning Paths โ Pick HTML, CSS, JavaScript, or go all in!
- ๐ Dynamic Data โ All challenges are stored in a structured JSON format for flexibility.
Follow these steps to run Code Quest locally:
- Node.js and npm installed
- Git installed
git clone https://github.com/your-username/code-quest.git
cd code-quest
npm install
npm run dev