issues
search
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:
Create React App.
Install
React Redux
, and
React Router
.
Create a reducer and action dispatcher for the "Join Mission" button.
Create routes and view components: rockets, missions, my profile
Render a list of all joined missions (use filter()).
Render a list of all reserved rockets (use filter()).
In this PR, we: