This consist in a one page app to bundle the top news by section from NY Times. The user select the section and my app will request it from the API and display a card visualization for the user. All cards are clickable and have the abstract for each news. It's also mobile first with breakpoints for tablets and desktop.
- HTML/ CSS
- Javascript
- JQuery
- Gulp
- SASS
If you want to clone the repo and try yourself, you should follow this steps:
- Go to the NYT API page (https://developer.nytimes.com/) and sign in
- Generate a new API Key
- Create a config.js file in the main directory of the project
- Create a new variable inside the config.js with the name MY_KEY
- Import this variable to the index.js
- Enjoy your news!