bhushan354 / Space-Travelers-Project

In this project, Me and my Coding Partner worked with the real live data from the SpaceX API. In which , we have built a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1pt] Create basic structure for Rockets - Setup

bhushan354 opened this issue · comments

  • 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.