This repository contains the starter code for practicing React Router concepts. It provides a foundation for building and navigating between different routes in a React application.
- Practice exercises for setting up routes and navigation in React
- Dynamic route handling with React Router
- Clone this repository:
git clone https://github.com/Thinkful-Ed/router-exercise-app.git
- Navigate to the project folder:
cd router-exercise-app
- Install dependencies:
npm install
- Start the app:
npm start
- React: Front-end JavaScript library.
- React Router: Library for handling client-side routing.