Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Fully Featured News App Using NewsAPI and Bootstrap
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How News API Works
- 3 Create Dev Environment
- 4 Code the Front End
- 5 Install Live Server
- 6 Code Navbar
- 7 Code News Cards
- 8 Fetch Live News
- 9 Using Page Size & Number
- 10 Change UI for Pagination
- 11 Populate Cards with News
- 12 Stringify response
- 13 Eliminate Fetch Requests
- 14 Show Result Count
- 15 Fetching a Particular Type of News
- 16 Enable the Search Bar
- 17 Enable Pagination
- 18 Revamp the UI
- 19 Limit Article Description Length
- 20 Deploy Your App
- 21 Install Apache2
- 22 Conclusion