A simple web app to help manage game organisation at a LAN party.
This web app allows users to:
- view the games scheduled for a LAN event in a list or a timeline view
- view how many people are interested in playing games
- join games
- add or remove games to the schedule
- view tournament brackets
- and more.
This application is written in React, because god forbid I use anything else.
This app is also 100% just a re-write of my previous game manager that I attempted to write in PHP but got too busy, and I figured it's easier to just forget the other version exists, and restart this project in React.
React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies.
- React
- Vite
- React Router
- Material UI
- React Bootstrap
- Tailwind
- React Hook Forms