Skip to content

GokulakrishnanSivalingam/educative-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gamification of Education

A platform designed to enhance education through gamified learning experiences, built with React, Node.js, Express.js, and MongoDB.

🚀 Features

  • 🎮 Gamified quizzes and activities
  • 🏆 Progress tracking with badges and rewards
  • 📊 Leaderboards to boost competition and engagement
  • 📱 Responsive design for mobile and desktop

🛠️ Technologies Used

React NodeJS Express.js MongoDB Vercel Git GitHub

📊 Language & Repo Stats

Top Language Languages Count Repo Size Commit Activity Last Commit Issues Pull Requests .

📸 Screenshots

Platform Screenshot Platform Screenshot Platform Screenshot

📦 Installation

To get the project running on your local machine:

git clone https://github.com/yourusername/educative-game.git
cd educative-game
npm install

# For the client
cd client
npm install
npm run dev

# For the server
cd server
npm init -y
npm i express mongoose
npm run dev