Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.29 KB

Router App - for routing with React Router

I made this project throughout React course for learning routing & navigation using React Router at Code with Mosh

Project Link

Router-Application

Getting Started

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/Jamal-SaadEddin/router-app.git
  2. Install Dependencies: Navigate to the project directory and run the following command to install the required dependencies:

    npm install
  3. Start the Web Server: Launch the web server by running the following command:

    npm start

    This will start the development server, and you can access the application at http://localhost:3000.

In this project, I've learned these topics

  • Route Parameters
  • Query String
  • Redirect
  • Not Found (404) Pages
  • Nested Routing

Course Link

Mastering React 16

Acknowledgments

Big thanks to Mosh Hamedani for being an amazing mentor, guiding me with expertise and passion through this invaluable learning experience.

Happy coding! 🚀