Welcome to the React Routing Website! 🚀 This project demonstrates how to implement client-side routing in a React application using React Router DOM. It’s perfect for learning how to build multi-page Single Page Applications (SPAs) without full page reloads.
- 🔹 Client-Side Routing – Navigate between pages without refreshing the browser
- 🔹 Dynamic Routing – Render components based on URL parameters
- 🔹 Nested Routes – Organize your app into nested views
- 🔹 React Router Hooks – Use
useNavigate
,useParams
, anduseLocation
- React – JavaScript library for building user interfaces
- React Router DOM – Declarative routing for React
- Vite – Fast modern build tool
-
Clone the repository:
git clone https://github.com/Rranssu/react-routing-website.git cd react-routing-website
-
Install dependencies:
npm install