issues
search
rugwizangoga
/
Space-Travelers-Hub
Space Traverlers Hub is a web app that works with the real live data from the SpaceX API. The app provides commercial and scientific space travel services. The app also allows users to book rockets and join selected space missions.
https://tangerine-youtiao-c19d69.netlify.app/
MIT License
0
stars
0
forks
source link
add reservations
#30
Closed
rugwizangoga
closed
1 year ago
rugwizangoga
commented
1 year ago
Add rocket reservation functionalities
Added the event handler for the reserve rocket button.
Updated the state with a reducer to include reserved attribute.
Added the functionalities for canceling the rockets reservations.
rendered conditionally the reserved rockets in my profile with the use of filter().
Add rocket reservation functionalities