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

Rocket endpoint #29

Closed josuerushanika closed 1 year ago

josuerushanika commented 1 year ago

Hello @frempongdev

In this milestone I added : Fetch data from the Rockets endpoint (https://api.spacexdata.com/v3/rockets) so that when the application starts (as Rockets is the default view). Once the data are fetched, dispatch an action to store the selected data in Redux store: id name type flickr_images

I need your review please.