Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 694 Bytes

NASA Image Search

About

A Manchester Codes "tech-test" style project with the aim of building a React application that lets users search for images based on a query using the NASA images API.

View the live project

Desktop screenshot

Installation

  • Clone this repo
  • cd in to repo
  • Run npm install
  • Run npm start to start the project

Testing

The project uses the React Testing Library and Jest for testing.

Tests can be run using the following command npm test

Packages

The project uses the following packages:

  • Axios: for making API calls
  • PropTypes: for validating props