Skip to content

CB715/tech-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Mock Tech Test

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

Images

Desktop View

Mobile View

Commands

After cloning this repo run the following commands:

npm install

Installs the dependencies used to run the application.

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Technology

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.

To do

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors