Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.01 KB

File metadata and controls

41 lines (23 loc) · 1.01 KB

React NASA API Technical Test

This technical test required building a responsive web app using React, displaying information fetched from an API.

Screenshots

Desktop View

App Desktop Screenshot

Mobile View

App Mobile Screenshot

Built with:

React and vanilla CSS

Testing used:

Jest and React Testing Library

Packages used:

Axios

How to run this app locally

Clone the repository.

Navigate to the project directory.

Run npm install to install the necessary dependencies.

Run npm start to start the development server.

Open http://localhost:3000 in your browser.

Things I would do next time

Look into infinite scroll for large data sets

Add a 'surprise me' feature to return a random picture

Add more visuals cues to enhance UX