chingu-voyages / v42-bears-team-34

Add-project-description-here | Voyage-42 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
1 stars 0 forks source link

Routes and pages #37

Open BachAmadou opened 1 year ago

BachAmadou commented 1 year ago

Task Description Setup the routes, and the components (home, contact, blog, signup and login) Created a Pages folder and a subfolder for each component.

Technical Considerations

  1. npm install react-router-dom
  2. In main.js changed the to
  3. Import Routes and Router in App.jsx
  4. Added the navigation links to app component in App.jsx

Additional Considerations The above pages are few of the many to be built as the app get complex.