A simple leaderboard app built with React and plain CSS.
Follow these steps to download and run the project locally using npm.
Make sure you have:
- Node.js (v16 or higher): https://nodejs.org/
- npm (comes with Node.js)
- Go to: https://github.com/pikadv/leaderboard-react
- Click the green Code button
- Select Download ZIP
- Extract the ZIP file to a folder
- Open that folder in your code editor (e.g., VS Code)
Open a terminal in the project folder and run the following commands:
-
Install Dependencies
npm install
-
Start the Development Server
npm run dev
Then open your browser and go to:
http://localhost:5173 (or something like that)
npm run build
npm run preview
src/ ├── components/ # Reusable React components ├── data/ # Static data (e.g., users.js) ├── App.jsx # Main application component ├── main.jsx # App entry point ├── index.css # Global CSS
- React
- Vite
- Plain CSS
- npm
This project is licensed under the MIT License.
Made with love by Pika (https://github.com/pikadv)