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
- Clone this repo
cdin to repo- Run
npm install - Run
npm startto start the project
The project uses the React Testing Library and Jest for testing.
Tests can be run using the following command npm test
The project uses the following packages:
- Axios: for making API calls
- PropTypes: for validating props
