Jolak5 / space-traveler-hub

MIT License
1 stars 0 forks source link

Space Travelers' Hub #54

Closed Jolak5 closed 1 year ago

Jolak5 commented 1 year ago

In this PR, we:

  1. Create React App.
  2. Install React Redux, and React Router.
  3. Create a reducer and action dispatcher for the "Join Mission" button.
  4. Create routes and view components: rockets, missions, my profile
  5. Render a list of all joined missions (use filter()).
  6. Render a list of all reserved rockets (use filter()).