This project is a web application that consumes an SpaceX API. It provides commercial and scientific space travel services that allows users to book rockets and join selected space missions. Built with React/Redux (Redux ToolKit)
12
stars
1
forks
source link
[1pt] Create basic structure for Rockets - Setup #42
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).
Create a directory for all Redux state slice files.
<NavLink />
for the page navigation links and style active class to indicate which section/page the user is currently on (underline active navigation link).