NASA Event Tracker App

About

This is a simple app which fetches natural event data from NASA's API and presenting every event on a Google map by lat and lng of the event with custom icons.

Techs

  • React.
  • Iconify.
  • google-map-react.
  • tailwind.

How to run the project.

  1. Set env variables as follows:
  • REACT_APP_NASA_API_KEY={your NASA API key here}
    NOTE: you can use the free NASA API version by erasing the process.env extension at App.js:16.
  • REACT_APP_GOOGLE_API_KEY={your Google API key here}
  1. npm start

Preview

project image