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.
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.
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.