This is a project to create an image search application using React.
- A simple search page which allows users to search for space themed images by keyword
- Images related to space are returned upon a successful search
After cloning this repo run the following commands:
Installs the dependencies used to run the application.
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
This application was created using JavaScript and React using create-react-app.
Jest and the React Testing Library were used for testing.
Data was taken from an external API with HTTP requests using Axios. Typechecking was done with Prop Types.
- Add better styling CSS to make the application more visually appealing
- Add a gallery to allow full sized images to be viewed
- Improve media queries for different devices
- Add an event handler to remote 'No Results' message prior to search being started

