8000 GitHub - Sandigupta/Leaderboard-
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sandigupta/Leaderboard-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaderboar

Live URL: https://animated-gumption-137bd7.netlify.app

Leaderboar is a responsive leaderboard web application built to display user rankings in a clear and structured format. The application highlights the top three ranked users separately on all pages to ensure maximum visibility and engagement.


Table of Contents


Features

  • Top 3 ranks are displayed prominently at the top across all pages.
  • Full leaderboard with dynamic ranking display.
  • Clean, responsive, and accessible user interface.
  • Optimized for various screen sizes and devices.

Live Demo

Access the application at:
https://animated-gumption-137bd7.netlify.app


Technology Stack

  • Frontend: React.js
  • Styling: CSS
  • Deployment: Netlify

Project Structure

Leaderboar/
├── public/
├── src/
│   ├── components/        # Reusable UI components (TopThree, LeaderboardTable, etc.)
│   ├── pages/             # Application pages/views
│   ├── assets/            # Static files (images, icons, styles)
│   └── App.jsx
|   |__main.jsx         # Main application component
├── .gitignore
├── package.json
├── config.json
└── README.md

Installation

To run the project locally:

  1. Clone the repository:

    git clone https://github.com/your-username/leaderboar.git
    cd leaderboar
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm run dev
    


License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0