aboongm / space-travelers-hub

This is a Space Traveler's Hub website. The website has 3 pages that list the rockets, the missions, and the reserved rockets and booked missions.
3 stars 0 forks source link

React & Redux group project - Space Travelers' Hub #43

Closed aboongm closed 2 years ago

aboongm commented 2 years ago

Config & basic setup

Redux: Fetch data and update Redux store

  1. Rockets:

    • id
    • rocket_name
    • description
    • flickr_images
  2. Missions:

    • mission_id
    • mission_name
    • description

Render UI:lists

Redux: Write actions and reducers for booking rockets/dragons and joining missions

Redux: Write actions and reducers for canceling rockets/dragons and leaving missions

Render UI: conditional components rendering

Render UI: My Profile section

Technical set up**