WebsiteSep 2019 - Sep 2022
I remade the website in React after completing an online course. The new version includes a new Players Profiles page, where I can add, edit, and delete player profiles. It was an immensely helpful moderation tool that kept track of admins and banned players. It can also automatically parse the source website’s (cassandra.confluvium.net) real-time data and allow creation of a new player profile with just a few clicks, saving me from tedious manual entries.
After learning to implement the React component lifecycle, I had to refactor essentially the same code for each webpage. That process became a eureka moment for me, marking the point where I started feeling comfortable breaking and refactoring code.