GDSC-IIIT-Dharwad / bookingcom-frontend

0 stars 11 forks source link

feat: added routing mechanism #28

Closed C-NikhilKarthik closed 1 year ago

C-NikhilKarthik commented 1 year ago

Added routing mechanism for The website using react-router-dom (Rout,Routes,NavLink and Link)

netlify[bot] commented 1 year ago

Deploy Preview for gdsc-bookingcom ready!

Name Link
Latest commit fafb21f9c743619632ca6f98f36ea40d7d9186b5
Latest deploy log https://app.netlify.com/sites/gdsc-bookingcom/deploys/63e3c84a77ce9e0007dd1d25
Deploy Preview https://deploy-preview-28--gdsc-bookingcom.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

pratikpakhale commented 1 year ago

Our main deployment is on Netlify. In order for routing to work on Netlify there are a few things to configure. Check these docs for setting up redirects - https://docs.netlify.com/routing/redirects/ and make the changes accordingly.

pratikpakhale commented 1 year ago

any updates?

C-NikhilKarthik commented 1 year ago

Added Routing mechanism using react-router-dom (Link,NavLink and Routes).