JS-151-API
  • JavaScript Library
  • 02-DOM-Manipulation
    • Overview
    • DOM Explained
    • Example Setup
    • Selecting Elements
    • Events
    • Complete Example
  • 03-API Fundamentals
    • 0-Getting Started
      • Welcome
    • 1-Intro-To-APIs
      • Intro
      • Client
      • Requests
      • JSON
      • API Endpoints
      • Server
      • Response
      • Statelessness
      • REST
    • 2-Asynchronous-Programming
      • Intro
      • Callbacks
      • Promises
      • Promises Continued
      • Chaining Promises
    • 3-Fetch
      • Fetch Intro
      • Star Wars
        • Star Wars API
        • Star Wars Setup
        • Star Wars JS
      • Random Photo
        • Unsplash
        • Unsplash Setup
        • Unsplash JS
    • 4-Apps
      • 01-New York Times
        • 00-App Intro
        • 01-HTML/CSS/API Key
        • 02-Variables
        • 03-Event Listeners
        • 04-fetchResults
          • 01-fetchResults()
          • 02-preventDefault()
          • 03-fetch() method
          • 04-Dates
        • 05-displayResults
          • 01-Logging JSON
          • 02-Working with JSON
          • 03-Link Display
          • 04-Results Navigation
          • 05-Results Update
          • 06-Keywords
          • 07-Images
        • 06-Pagination
          • 01-Pagination Intro
          • 02-Pagination Functions
        • 07-Next Steps
      • 02-YouTube
        • html
        • youtube.css
        • youtube.js
      • 03-GoogleMaps
        • Setup
        • HTML and CSS files
        • API Key
        • JS Setup
        • Adding Your Location
        • Listeners
        • Custom Options
Powered by GitBook
On this page
  • MDN Appreciation
  • Next Steps
  1. 03-API Fundamentals
  2. 4-Apps
  3. 01-New York Times

07-Next Steps

In this module, we'll talk about next steps for this application.

MDN Appreciation

We want to reiterate our appreciation for the MDN docs for being such a solid resource for code examples. We hope that our step-by-step build of their official application has made you less hesitant to refer to the MDN docs and dig into them yourself. You'll need to access those docs on a regular basis. We hope this has served as a good companion for you.

Next Steps

There are a whole host of things that you could do with this app. It's up to you to take it to the next level and make it your own. There are many more properties in the JSON that could be displayed and used in a creative way. You could spend some time refactoring the look and feel of the application, too.

At a very minimum, you should add this project to your portfolio.

Your instructors will give you more details for requirements on this app.

Previous02-Pagination FunctionsNext02-YouTube

Last updated 7 years ago