
osu! Tourney Match Displayer
The osu! Tourney Match Displayer is an app that allows users to get and process informations from multiplayer lobbies of an online game called osu! and making them accessible to use from the program called OBS Studio.
The app is built using React for its front-end and custom CSS for the UI written entirely without any major framework.
Its back-end is using Express.JS to open a localhost server that serve an HTML page showing all the informations to be accessible from OBS using the browser source. It's also managing all the files, folders and settings that the app need.
Everything is packed together using Electron.JS that will make our app as a cross-platform executable.
The app have a dedicated website which communicates and stores some informations to its database.
It's built using Next.JS, custom CSS for the UI and Supabase as database.