josuerushanika / space-travelers

A web app that pulls from the SpaceX API to allow users to view, book, and join commercial and scientific space travel services. Built with React & Redux.
https://space-travelers-f2ji.onrender.com/
MIT License
1 stars 0 forks source link

Fech data and display to UI #31

Closed josuerushanika closed 1 year ago

josuerushanika commented 1 year ago

@frempongdev

In this milestone I did

Use useSelector() Redux Hook to select the state slices and render lists of rockets in corresponding routes Render a list of rockets (as per design). For the image of a rocket use the first image in the array of flickr_images.

I need your review .