This is the fetch rocket page for my space traveller's hub project. This is an SPA with 3 routes and built with reactJs and redux as its state management tool. The site works by making API call for fetching the rockets and mission data. The site allows users to join any missions of their choice, reserve rockets, cancel rocket reservations and also rescind their membership after joining
MIT License
3
stars
0
forks
source link
[1pt] Create empty My profile - Setup (group task) #22
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).