Skip to content

codegregcode/react-tech-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA Image Search - Command Shift Tech Test

This project was created to get a better understanding of a techinical test as part of a tech interview. Click here to use, or see the installation instructions below.

Task

The task was to design and build a page which allows users to search for NASA images using the NASA image API

Screenshots

1681385310116

1681385320120

Built with

The app was bootstrapped with Create React App

Testing Libraries

  • Jest
  • React Testing Library

Packages Used

As well as using the testing lirbaries listed above, I used:

  • ES Lint - Used to follow industry standard rules
  • Prettier - Used to ensure consistency in code formatting
  • Axios - used to make requests to NASA API endpoint

Installation Instructions

  1. Clone this repo

    git clone https://github.com/codegregcode/react-tech-test
    
  2. Move into directory

    cd your/path/to/nasa-tech-test
    
  3. Install dependencies

    npm install
    
  4. Start app

    npm start
    
  5. To test use

    npm test
    

If I Had More Time

I would like to implement:

  • Media queries in CSS to change layout depending on screen size
  • Write test for getImages.js
  • Deploy app

Author

Greg C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors