Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 699 Bytes

Explore Mars with rovers on mars-photos!

This is my pet-project using NASA API

This site created for receiving photos from NASA Mars Rovers - Curiosity, Opportinity, Spirit and Perseverence You can find photos for any sol, watch preview and open slider.

In this project used:

  • react
  • create-react-app
  • redux (RTK), redux-thunk, react-redux
  • react-transition-group, CSSTransition
  • swiper slider
  • CSS animations

Run this project locally! Just do:

  • clone branch review with git clone https://github.com/zuba2033/mars-photos.git or fork it and then clone it from your forked repo
  • cd mars-photos
  • npm install
  • npm start