NASA Rover App
A React application built on top of NASA's Open API - fetching the Mars Rover API and displaying it in a nice simple grid view. (React, React Router, SCSS & Axios)

A React application built on top of NASA's Open API - fetching the Mars Rover API and displaying it in a nice simple grid view. (React, React Router, SCSS & Axios)
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.