https://github.com/thinkful-ed/router-exercise-app
https://github.com/thinkful-ed/router-exercise-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinkful-ed/router-exercise-app
- Owner: Thinkful-Ed
- Created: 2021-05-24T23:01:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T21:31:02.000Z (over 3 years ago)
- Last Synced: 2023-05-09T21:10:35.777Z (about 3 years ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 0
- Watchers: 15
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/Thinkful-Ed/router-exercise-app.git
```
2. Navigate to the project folder:
```bash
cd router-exercise-app
```
3. Install dependencies:
```bash
npm install
```
4. Start the app:
```bash
npm start
```
## Technologies
- **React**: Front-end JavaScript library.
- **React Router**: Library for handling client-side routing.