- React
- Javascript
- Chakra-UI
- Jest & React Testing Library
- Responsive to browserwidths
- User can like/unlike each image
- User can read more about the image. Description pulled from NASA API
- User can fetch a random & different set of images to interact with
- Unit tests written with Jest and RTL
- Clone repository into your machine.
- Navigate to the root directory of the repo.
- Run
npm install
to install dependencies. - Run
npm start
to start the application. - Run
npm run test
to run tests OR - Run
npm run test:watch
to run tests in watch mode