sonyco-4u / space-travellers-hub

The Space Traveller's hub is web application that works with real live data from the SpaceX API. The app is for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
1 stars 0 forks source link

Fetch rockets #31

Closed sonyco-4u closed 1 year ago

sonyco-4u commented 1 year ago

This branch includes the following features:

Created action for fetch rocket. Updated reducer for fetch rocket action. Created API function to fetch rocket data from API. Fetched rockets from API and store in the state.