https://github.com/azaanullah-khan/react-routing-project
In this project I have practice BrowserRouting with integrating API.
https://github.com/azaanullah-khan/react-routing-project
api browserrouter html js react-router-dom react-routing tailwind
Last synced: 16 days ago
JSON representation
In this project I have practice BrowserRouting with integrating API.
- Host: GitHub
- URL: https://github.com/azaanullah-khan/react-routing-project
- Owner: AzaanUllah-Khan
- Created: 2025-07-09T22:16:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T22:29:32.000Z (11 months ago)
- Last Synced: 2025-07-10T08:49:59.419Z (11 months ago)
- Topics: api, browserrouter, html, js, react-router-dom, react-routing, tailwind
- Language: JavaScript
- Homepage: https://react-routing-azaan.netlify.app/
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Routing Practice
This project demonstrates basic **browser routing** in a React application.
I have used the following from `react-router-dom`
`BrowserRouter`
`Routes`
`Route`
`Link`
The goal was to understand and practice how client-side routing works in React.