NASA Rover App
A React application built leveraging NASA's Mars Rover Open API, composes of simple grids and tiny little design detail.

A React application built leveraging NASA's Mars Rover Open API, composes of simple grids and tiny little design detail.
This small application fetchs data from the NASA Open API - Rovers API and returns pictures and a short description for the picture. It has a loading state, pagination, lightbox, and persistance likes saved to LocalStorage using React Context.
Built with tiny little components here and there; badges, paginations, cards, and a simple lightbox. NASA’s Open API provides a really nice documentation for each of their endpoints. Using React Query simplified making API calls predictable.
axios
instance for making requests/calls to the NASA APIreact-query
for predictively managing data and current request statuswindow.localStorage