Skip to content

Shru-03/LeaderBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

🏆 Leaderboard Dashboard

A full-stack, responsive web application for managing and viewing a leaderboard with user point claims, ranking highlights, pagination, and dark mode support.

🔗 Live Demo


📁 Project Structure

Frontend (/client)

client/ ├── public/ ├── src/ │ ├── components/ # Reusable UI components │ ├── assets/ # Static assets like images │ ├── constant.js # Shared constants like BASE_URL │ └── App.jsx ├── index.html └── main.jsx

Backend (/server)

server/ ├── controllers/ # Logic for routes ├── models/ # Mongoose models ├── routes/ # Express route handlers ├── middleware/ ├── uploads/ # Uploaded user images ├── server.js # Entry point └── .env

✨ Features

  • 🎖️ Displays top 3 users with animated trophy icons
  • 🧑 Select user with live search dropdown
  • 🪙 Claim reward points with animations
  • ⬛ Light/Dark mode toggle
  • 📊 Paginated leaderboard with dynamic navigation
  • 🖼️ Image upload and fallback handling
  • 💻 Fully responsive for all device sizes

🔧 Tech Stack

Frontend Backend Other Tools
React Node.js Render (API)
Tailwind Express Netlify (UI)
Axios MongoDb
image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published