hcp-uw / syntext

website for practicing your typing
5 stars 0 forks source link

Leaderboard #62

Closed elimelt closed 1 year ago

elimelt commented 1 year ago

Created leaderboard component and fixed the NavBar and Routing so that we have one shared NavBar for all pages. The alternative (creating a new NavBar for each page as was previously implemented) would result in a lot of code reuse. Also, I removed all of the bootstrap from our NavBar and implemented the exact same functionality with flexbox because it was simpler to work with.