Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 766 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 766 Bytes

Router Exercise App

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.

Features

  • Practice exercises for setting up routes and navigation in React
  • Dynamic route handling with React Router

Installation

  1. Clone this repository:
    git clone https://github.com/Thinkful-Ed/router-exercise-app.git
  2. Navigate to the project folder:
    cd router-exercise-app
  3. Install dependencies:
    npm install
  4. Start the app:
    npm start

Technologies

  • React: Front-end JavaScript library.
  • React Router: Library for handling client-side routing.