This is a CRUD (Create-Read-Update-Delete) app built in PHP for a school sports competition, initially built in 2016, and improved on in 2018. Includes points tally, awards, tabulation and final results dashboard as well. Built using rudimentary PHP, CSS and MySQL. Documentation and certification can be found here
- Clone the repository using
git clone
- Import
sports.sql
into your localhost MySQL database - Change the parameters of
conn.php
as needed (eg, password, username, root). - Change the CSS files for customisation (a lightweight template can be found here
- You're done! This project can be modified into a awards tabulation system for any sports, academic or extra-curricular event.