Search⌘ K

Demo Application

Explore how to develop a React demo application by integrating various NASA APIs. Learn to fetch data from Asteroids NeoWs, EONET, Mars Rover Photos, and APOD APIs. Understand the application workflow and component structure to effectively display space-related images and event data.

Now that we understand NASA APIs, we can use these APIs in an example application. We'll use the following NASA APIs in our application:

  • Asteroids NeoWs

  • EONET

  • Mars Rover Photos

  • APOD

Application workflow

Let's look at the application workflow from the user's perspective:

  • At the start of the application, we see the homepage. This page has the Astronomy Picture of the Day and a navbar that we can use to navigate to other pages.

  • The events page presents a table containing all the available events categories. The last column provides a link to see information about all the ongoing events for that ...