https://github.com/sachinsalahalli/routing
https://github.com/sachinsalahalli/routing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sachinsalahalli/routing
- Owner: SachinSalahalli
- Created: 2025-03-29T19:13:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T20:05:05.000Z (2 months ago)
- Last Synced: 2025-03-29T20:27:45.563Z (2 months ago)
- Language: JavaScript
- Size: 611 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ROUTING
A React-based web application showcasing routing with React Router. This project demonstrates the usage of routing for navigating between different pages and creating a seamless single-page application (SPA).
Your site is live at : https://sachinsalahalli.github.io/ROUTING/
## Features
React Router: Implemented dynamic routing with react-router-dom.
Multiple Pages: Includes multiple pages like Home, About, Course, Blog, and Blog Details.
GitHub Pages Deployment: Hosted the application using GitHub Pages for easy sharing and access.
Responsive Design: Ensures a responsive layout for better user experience across devices.## Technologies Used
React: A JavaScript library for building user interfaces.
React Router: A routing library for managing navigation in single-page applications (SPAs).
Vite: A fast, modern build tool for front-end development.
GitHub Pages: A platform for deploying static websites directly from GitHub repositories.