This is the first day of my Vue.js challenge, building the Free Code Camp leaderboard app.
Demo is available on my site: FCC leaderboard
I've decided to use div
s instead of a table
to make the board responsive and added the necessary ARIA markup.
- I can see a table of the Free Code Camp campers who've earned the most brownie points in the past 30 days
- I can see how many brownie points they've earned in the past 30 days, and how many they've earned total
- I can toggle between sorting the list by how many brownie points they've earned in the past 30 days and by how many brownie points they've earned total
- Add a user card modal displaying user ranks