Skip to content

caseybentz8/mwd-debugging

 
 

Repository files navigation

mwd-debugging

  1. Clone the repo
  2. git pull origin
  3. npm i
  4. bower install
  5. Try it out - when the page loads, you should see a table containing datasets with a more button below it that loads another page of datasets.
  6. Peruse the code to familiarize yourself with it.
  7. Checkout the debugging-1 branch: git checkout -b debugging-1 origin/debugging-1
  8. Note that the table does not load.
  9. Fix it!
  10. Checkout the debugging-2 branch: git checkout -b debugging-2 origin/debugging-2
  11. Note that the table does not load.
  12. Fix it!
  13. Checkout the debugging-3 branch: git checkout -b debugging-3 origin/debugging-3
  14. Note that the table does not load.
  15. Fix it!
  16. Checkout the debugging-4 branch: git checkout -b debugging-4 origin/debugging-4
  17. Note that the table loads but the more button doesn't work.
  18. Fix it!
  19. Checkout the debugging-5 branch: git checkout -b debugging-5 origin/debugging-5
  20. Note that the quality column contains undefined.
  21. Fix it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.9%
  • HTML 41.8%
  • CSS 13.3%