https://github.com/ibnzuk/routing--02-links-and-routes
Routing in react example
https://github.com/ibnzuk/routing--02-links-and-routes
ibnz-developers ibnzdevelopers ibnzuk javascript react react-router reactjs routing
Last synced: 5 months ago
JSON representation
Routing in react example
- Host: GitHub
- URL: https://github.com/ibnzuk/routing--02-links-and-routes
- Owner: ibnzUK
- Created: 2021-05-10T08:50:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:25:01.000Z (over 5 years ago)
- Last Synced: 2025-08-04T21:14:25.365Z (about 1 year ago)
- Topics: ibnz-developers, ibnzdevelopers, ibnzuk, javascript, react, react-router, reactjs, routing
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This is a React experimental application for routes and paths
## Community codders, please commit
Feel free to add extra functions or improvements, This helps me to more familiarise with source control and open source project managing
## Running instructions
* copy project to your directory ( git clone https://github.com/ibnzUK/routing--02-links-and-routes )
* navigate to _routing--02-links-and-routes_ project directory
* make sure you have node.js installed on your machine
* install project packages (npm install)
* start project (npm run start)