Skip to content

zsoltime/vue-leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 1 of My Vue.js Challenge

This is the first day of my Vue.js challenge, building the Free Code Camp leaderboard app.

FCC leaderboard

Demo is available on my site: FCC leaderboard

I've decided to use divs instead of a table to make the board responsive and added the necessary ARIA markup.

User Stories

  • 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

Next Steps

  • Add a user card modal displaying user ranks