A Mars rover dashboard that consumes the NASA API. The dashboard will allow the user to select which rover's information they want to view. Once they have selected a rover, they will be able to see the most recent images taken by that rover, as well as important information about the rover and its mission. The app makes use of all the functional concepts and practices using pure functions and iterating over, reshaping, and accessing information from complex API responses.
We have supplied some of the foundational code for you. So follow these steps to get started:
- Clone theis repo and install the dependencies
- For this project we are using yarn as our package manager, so to install your depencies run:
yarn install
**If you don’t have yarn installed globally, follow their installation documentation here according to your operating system: https://yarnpkg.com/lang/en/docs/install
- Run
yarn startin your terminal and go tohttp:localhost:3000to check that your app is working. If you don't see an image on the page, check that your api key is set up correctly.



