Space travelers-hub is single page web application where you can get Rockets and Missions available to go in the space features are Reserve a Rocket by clicking Reserve, Cancel Reservation of a Rocket, Join a Mission, Leave a Joined mission. See reserved rockets and joined mission check My Profile tab.
Create a route and a view component. Use <NavLink /> for the page navigation links and style active class to indicate which section/page the user is currently on (underline active navigation link).
This view should be empty - you will add content in separate tasks.
<NavLink />
for the page navigation links and style active class to indicate which section/page the user is currently on (underline active navigation link).