Skip to content

Sidhantpandey/React-Routing

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Overview

This project is a learning exercise to understand and implement React Router for navigation within a React application. It demonstrates the usage of different routing techniques, including nested routes and the usage of loader .

Features

  • React Router v6 for seamless navigation
  • Nested Routes for better component structuring
  • Navigation Bar for easy access to different pages

Technologies Used

  • React.js
  • React Router DOM
  • JavaScript (ES6+)
  • TailwindCSS

Installation & Setup

  1. Clone this repository:
    git clone /~https://github.com/Sidhantpandey/react-routing-learning.git
  2. Navigate to the project directory:
    cd React-Routing
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev 

Usage

  • Navigate through the different pages using the Navbar.
  • Explore dynamic routes by adding parameters in the URL.

Contributing

Feel free to fork this repository and make contributions. Open an issue or submit a pull request if you have any improvements or bug fixes.

About

This is a Project to understand Routing in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published