inhyechoi / Instanews

responsive web project using Ajax calls to a New York Times API 📰
https://inhyechoi.github.io/Instanews/
0 stars 1 forks source link

Instanews App Project

Image of Instanews

One-page responsive website that allows a user to filter top news story categories via the New York Times API

Summary

Showing the top 12 news stories from your selected category from the selection dropdown box.

Technologies

Installing packages using npm (stands for node package manager)

Calling contents(images/texts/urls) of data from web api making Ajax calls(Json)

What have I learned

This was the first project where I made Ajax calls to a web api and get the specific data I want from the api. By setting up Gulp, I could see the changes that I make without refreshing the page everytime, and also it would tell me where the error was comming from so by reading the comment I coudl figure out what went wrong in my code. Using SCSS for styles helped me to simplify my code keep it more organized partially. So whenever I had to change my style, I could just go to a specific partial instead of looking through my entire code.