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

Dev #37

Closed sonyco-4u closed 1 year ago

sonyco-4u commented 1 year ago

This PR includes the following features: live demo = https://euphonious-crumble-fca2d2.netlify.app/

  1. Created react app.
  2. Install dependencies.
  1. Created Header component.
  2. Created MyProfile component.
  1. Created Rockets component.
  2. Created Redux actions, state, reducers.
  3. Fetched rockets details from SpaceX API.
  4. Showed details of the rockets on the component.
  5. Implemented Reserve/Cancel booking for rockets.
  1. Created Missions component.
  2. Created Redux actions, state, reducers.
  3. Fetched missions details from SpaceX API.
  4. Showed details of the missions on the component.
  5. Implemented Reserve/Cancel booking for missions.
  1. Implemented functionality to show reserved rockets on the component.
  2. Implemented functionality to show reserved missions on the component.
  1. Applied styling for Header, MyProfile component.
  2. Applied styling for Rockets component.
  3. Applied styling for Missions component.
sonyco-4u commented 1 year ago

@Lucas-Masaba , we have made the required corrections for the readme file, thanks.