Hi Everyone! I’m Dakota Lee Martinez. In this video series I’ll be using the Hacker News API to build out a Hacker News Clone in AngularJS.
These videos are accompanied by a series of blog posts at becomingaprogrammer.com. You can find the written explanation of the process and code samples there.
This video covers the following topics:
* Adding the tachyons css library to our project
* Using JavaScript’s indexOf method to find out where a given story is indexed within the array of top stories
* Displaying the number of each story on the page
* Fixing the formatting issues that result from this method
source