An open API service indexing awesome lists of open source software.

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.

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.