Skip to content

Hosted on GitHub Pages: https://andrewnyhus.github.io/ReactJS-Tutorial/ Followed Academind's tutorial "ReactJS Basics": https://www.youtube.com/playlist?list=PL55RiY5tL51oyA8euSROLjMFZbXaV7skS to learn the basics of ReactJS. Then, I created a news reader component using data from the New York Times API.

License

Notifications You must be signed in to change notification settings

andrewnyhus/ReactJS-Tutorial

Repository files navigation

ReactJS News Headline Reader

I created this by following Academind's tutorial "ReactJS Basics":

Hosted by GitHub Pages Here (although the routing behaves strangely with GH-Pages)

This tutorial introduced me to:

  • Webpack
  • State and stateless components
  • Outputting dynamic data
  • Passing information through props
  • Bidirectional communication between components
  • Two way binding
  • The component lifecycle
  • Routing between multiple components

I had to learn routing independent of the tutorial as the tutorial was not made for React v4. After finishing the tutorial, I turned one component into a list of top stories from the New York Times API. For this I introduced myself to Sass.

Here is a screenshot of the news component I built (Again it is hosted here via GitHub Pages):

News Component

About

Hosted on GitHub Pages: https://andrewnyhus.github.io/ReactJS-Tutorial/ Followed Academind's tutorial "ReactJS Basics": https://www.youtube.com/playlist?list=PL55RiY5tL51oyA8euSROLjMFZbXaV7skS to learn the basics of ReactJS. Then, I created a news reader component using data from the New York Times API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published