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.
The task was to design and build a page which allows users to search for NASA images using the NASA image API
The app was bootstrapped with Create React App
- Jest
- React Testing Library
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
-
Clone this repo
git clone https://github.com/codegregcode/react-tech-test -
Move into directory
cd your/path/to/nasa-tech-test -
Install dependencies
npm install -
Start app
npm start -
To test use
npm test
I would like to implement:
- Media queries in CSS to change layout depending on screen size
- Write test for getImages.js
- Deploy app
Greg C

