javatarz / github-contribution-leaderboard

Helps build a Hacktoberfest leaderboard on command line
Apache License 2.0
5 stars 10 forks source link

Web application for displaying leaderboard #30

Closed Vishalsh closed 5 years ago

Vishalsh commented 5 years ago
  1. The PR adds the UI of the application which right now reads the dummy data from the data.json and refetches it after each 10sec.
  2. The application uses vanilla javascript to fetch and simple HTML and CSS to display the data.
  3. After the api is ready, change URL in the index.js to point to the actual end point.
  4. Change INTERVAL in index.js to change the time after which the data needs to be refetched.
  5. Please remove the dummy images once api is integrated with UI.
Screenshot 2019-10-13 at 9 40 34 PM

Checklist

javatarz commented 5 years ago

Thanks @Vishalsh. I'm almost done with the API for this. I'll make the changes required to do the integration :)