https://github.com/habib33-3/ride-sync-client
A ride-sharing platform. Built with MERN stack with JWT authentication.
https://github.com/habib33-3/ride-sync-client
mern-stack tailw
Last synced: 2 months ago
JSON representation
A ride-sharing platform. Built with MERN stack with JWT authentication.
- Host: GitHub
- URL: https://github.com/habib33-3/ride-sync-client
- Owner: habib33-3
- Created: 2023-12-02T10:24:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:41:29.000Z (over 2 years ago)
- Last Synced: 2025-02-03T22:48:39.449Z (over 1 year ago)
- Topics: mern-stack, tailw
- Language: JavaScript
- Homepage: https://ride-sync-client.vercel.app/
- Size: 7.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RideSync
## [Live Link](https://ride-sync-client.vercel.app/)
## Built With
- Frontend: ReactJs, TailwindCSS
- Backend: ExpressJs
- Database: MongoDB
- Authentication: Firebase, JWT
### [server code](https://github.com/habib33-3/ride-sync-server)
## Features
1. Provider can add and manage their service.
2. User can browse and book services.
3. User and Provider both can see their booked or pending services on schedule page.
4. User can create account and log in.
5. All the booking information is behind JWT security,only logged in user can see them.