Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romainguarinoni/osu-dashboard
A complete dashboard for the osu! player
https://github.com/romainguarinoni/osu-dashboard
dashboard nextjs osu vercel
Last synced: 5 days ago
JSON representation
A complete dashboard for the osu! player
- Host: GitHub
- URL: https://github.com/romainguarinoni/osu-dashboard
- Owner: RomainGuarinoni
- License: mit
- Created: 2021-05-03T11:00:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T21:08:44.000Z (over 3 years ago)
- Last Synced: 2024-10-12T09:48:56.479Z (about 1 month ago)
- Topics: dashboard, nextjs, osu, vercel
- Language: JavaScript
- Homepage: https://osu-dashboard.vercel.app/
- Size: 1.36 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Osu Dashboard
![osuDashboardOverview](https://user-images.githubusercontent.com/72984755/119835394-169a1000-bf01-11eb-937a-acabe6baa3d1.gif)
## Description
Welcome to **Osu! Dashboard**, a dashboard that allows you to view your **general and recent game statistics** in detail with the help of various graphs and more.
[Click here](https://osu-dashboard.vercel.app) to access the Website.
The Data is refetch every time the page is re focus (any time you click on the page, or refresh it). Have a look to [useSWR](https://swr.vercel.app/) for more info.
More info on the Osu! api and oAuth 2 protocole [there](https://osu.ppy.sh/wiki/en/osu!api)
Here is a list of the different type of stats and graph you will find in this dashboard
| Statistiques | graph type | scope |
| ------------------------- | -------------------------- | ------------- |
| Recent accuracy evolution | line graph | recent stats |
| Recent difficulty graph | line graph | recent stats |
| Rank evolution | line graph | recent stats |
| Recent mod played | doughnut graph | recent stats |
| Recent activity | bar graph | recent stats |
| Average map stats | radar graph | recent stats |
| Recent general stats | not a graph, just numbers | recent stats |
| Map rank number | not a graph, just numbers | general stats |
| Global Statistics | not a graph, just nupmbers | general stats |![graph](https://user-images.githubusercontent.com/72984755/119835376-126df280-bf01-11eb-86aa-2308e20aaa13.gif)
## Contact
You can contact me via the "contact" page dedicated to this purpose, or on these networks:
![mail](https://user-images.githubusercontent.com/72984755/119835405-18fc6a00-bf01-11eb-9275-8623067d737d.gif)
[![facebook](https://raw.githubusercontent.com/paulrobertlloyd/socialmediaicons/main/facebook-32x32.png)](https://www.facebook.com/romain.bat17/) [![facebook](https://raw.githubusercontent.com/paulrobertlloyd/socialmediaicons/main/linkedin-32x32.png)](https://www.linkedin.com/in/romain-guarinoni-535445189/) [![facebook](https://raw.githubusercontent.com/paulrobertlloyd/socialmediaicons/main/instagram-32x32.png)](https://www.instagram.com/romain.guar91/)
## Contribute
If you want to contribute to this project, read the [CONTRIBUTING.md](https://github.com/RomainGuarinoni/Osu-dashboard/blob/main/CONTRIBUTING.md)
If you want to report a bug or a feature idea, write the topic [here](https://github.com/RomainGuarinoni/Osu-dashboard/issues/new/choose)