Skip to content

udacity/news-aggregator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity 60fps Course Samples

Please note: this code is intended for you to hone your debugging skills. It contains a lot of code that you should not use in production!

This is a simple web app that shows the top stories from Hacker News via its API.

Unfortunately it has a bunch of performance issues, such as:

  • Layout Thrashing
  • Expensive painting
  • Unnecessary layouts
  • Long-running and badly-timed JavaScript
  • Bad touch handling

Your mission is to find and fix the issues, and make the app gloriously performant!

License

See /LICENSE for more.

This is not a Google product.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • CSS 30.2%
  • HTML 13.2%