Bracket Builder is a web application for creating, saving, viewing and editing tournament brackets.
The project focuses on a clean and simple user interface while also implementing backend logic with PHP and a PostgreSQL database.
Main Features
Users can create a bracket, select the number of participants, choose a match format, enter player names and scores, and save the finished bracket to the database.
Saved brackets can be viewed through a dedicated bracket view page. If the logged-in user is the creator of a bracket, they can also edit it afterwards.
Technical Focus
The project combines PHP for server-side logic, PostgreSQL for persistent data storage, JavaScript for interactive bracket behaviour, and CSS for responsive visual styling.