https://github.com/amsa2002/react-router-webpage
Creating a react router navigation
https://github.com/amsa2002/react-router-webpage
bootstrap css functions html javascript jsx react react-bootstrap
Last synced: 3 months ago
JSON representation
Creating a react router navigation
- Host: GitHub
- URL: https://github.com/amsa2002/react-router-webpage
- Owner: amsa2002
- Created: 2024-01-10T04:56:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T05:32:08.000Z (over 2 years ago)
- Last Synced: 2025-04-09T03:42:44.647Z (about 1 year ago)
- Topics: bootstrap, css, functions, html, javascript, jsx, react, react-bootstrap
- Language: JavaScript
- Homepage: https://react-router-webpage.vercel.app
- Size: 6.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is an implementation of a course navigation web page using React Router DOM. The design and functionality are based on the layout and navigation seen on https://www.guvi.in/blog/. It includes navigation links for courses (All, Full Stack Development, Data Science, Cyber Security, Career) and displays static content for each course.
The navigation for different courses is implemented using React Router DOM. Each course has its own component (AllCourses, FullStack, DataScience, CyberSecurity, Career) where static content for that course is displayed.
Routes are defined in the App.js file using BrowserRouter, Route, and Switch components from React Router DOM. Each route is mapped to its respective component.