This is a technical test as part of Manchester Codes' Front End module using React.
Based on a short brief, the objective of this task was to build a React web app that allows users to search for images that were returned from a query to NASA image API.
This project uses:
- React Testing Library
- Jest for testing
- Axios for retrieving data from the API
- PropTypes to validate props
- Clone this repository
- cd into the repository
- Run
npm install
to install dependencies - Run
npm start
to start the project in the browser - Run
npm test
to run associated tests
- add more styling to make search results and UX a bit cleaner
- Make sure code is DRY
Tom Haynes