LeaderBoard est une application servant de comparateur
- Add New Scores: Easily add new scores to the leaderboard.
- View Rankings: Display the current rankings in an organized manner.
- Update and Delete: Modify or remove existing scores.
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/kaliacad/LeaderBoard.git
```sh
Copier le code
cd LeaderBoard
```
```sh
npm install
```
or
```sh
yarn install
```
```sh
npm run dev
```
or
```sh
yarn dev
```
Open http://localhost:3000 to view it in your browser.
.
├── public/
│ └── index.html
├── src/
│ ├── components/
│ │ └── App.js
│ └── styles/
│ └── App.css
├── .gitignore
├── package.json
└── README.md
This project is licensed under the MIT License.