simonepri / leadoii

πŸ† Leaderboard Generator for the Italian Olympiads of Informatics Training Platform

Home Page:https://leadoii.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leadOII

Project license


πŸ† Leaderboard Generator for the Italian Olympiads of Informatics Training Platform

Coded with ❀️ by Simone Primarosa.


Leaderboard Generator for the Italian Olympiads of Informatics Training Platform Leaderboard Generator for the Italian Olympiads of Informatics Training Platform Leaderboard Generator for the Italian Olympiads of Informatics Training Platform

Reasoning

This project is aimed to generate leaderboards based on the data from the Italian Olympiads of Informatics Training Platform.
You can choose the name of the users that you want the leaderboard generated for and optionally the problems you want to consider inside the leaderboard score calculation.

You can use the generator by going to this website https://leadoii.now.sh.

The website may be really slow sometimes due to now.sh free hosting limitations.
Please be patient!

Do you believe that this is useful? It has saved you time? Or maybe you simply like it?
If so support us with a Star ⭐️.

Development

If you want to run it locally you just need to run the following commands.

git clone https://github.com/simonepri/leadoii.git
cd leadoii

cd backend
npm i
npm start
cd ..

cd frontend
npm i
npm run serve
cd ..

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

πŸ† Leaderboard Generator for the Italian Olympiads of Informatics Training Platform

https://leadoii.now.sh

License:MIT License


Languages

Language:Vue 60.7%Language:JavaScript 30.7%Language:HTML 8.6%