Skip to content

Aditi2354/coding-adventurer-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coding Adventurer Game

This is the Coding Adventurer Game project, deployed live at: πŸ”— Live Demo

A fun and interactive coding challenge platform where users can sign up, solve problems, and track their progress in real-time.
The game is designed to help learners practice coding while having fun, with support for multiple challenge types and integrations with competitive programming platforms like Codeforces.


πŸš€ Features

  • User Authentication – Sign up, sign in, and manage accounts securely.
  • Coding Challenges – A variety of problems from easy to advanced.
  • Progress Tracking – Save your solutions and see improvement over time.
  • Codeforces Integration – Pulls real challenges from Codeforces.
  • Responsive UI – Works on desktop and mobile.

πŸ›  Tech Stack

Frontend: React, Axios, Vite, TailwindCSS (or your CSS framework)
Backend: Node.js, Express, MongoDB
Deployment: Render (Frontend + Backend)
Version Control: Git + GitHub

Screenshots

Screenshot 1

Screenshot 1

Screenshot 2

Screenshot 2

Screenshot 3

Screenshot 3

How to Run Locally

  1. Clone the repository:

    git clone https://github.com/Aditi2354/coding-adventurer-game.git
    cd coding-adventurer-game
  2. Install dependencies for backend and frontend:

    cd backend && npm install
    cd ../frontend && npm install
  3. Set up environment variables in .env.development and .env.production.

  4. Run development servers:

    cd backend && npm run dev
    cd ../frontend && npm run dev
  5. Open in your browser:

    http://localhost:5173
    

About

A fun and interactive coding challenge platform where users can sign up, solve problems, and track their progress in real-time. The game is designed to help learners practice coding while having fun, with support for multiple challenge types and integrations with competitive programming platforms like Codeforces. πŸš€ Features User Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors