Skip to content

saurabhraj123/cab-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cab Booking System

This project is a cab booking web application built using React and Tailwind CSS.

Frontend

  • React
  • Java Script
  • Tailwind

Backend

  • Mongo-Db
  • Node.js
  • Express.js

Deployed On:

onRender

API Used

EmailJs -> For sending emails to users.

Steps for Running on Local machine.

  • Clone the repo to your local machine.
  • Run npm start in the terminal to start the frontend.
  • Then cd .\backend\
  • Then node app.js to start the Backend.
  • Now you are ready to use the React app on the Localhost.

Screenshots:

1. Home Page

Home

2. Search Cab

If user has choosen a particular Source then that choosen location will not visible in Destination.

Home

Home

3. Available cabs

In this page User will be shown the source and destination point and the Ideal time that is the shortest distance between the two points.
Also 5 different cabs with different pricing and different arriving time will be shown.

Home

4. Book Now Button

Home

5. Confirmation Message

Home

6. Email

Home

7. Track Booking

All bookings from a particular email will be shown. Home

8. Admin Dashboard

Home

9. Editing Cab-Details

Home

Following things are edited, shown below.

  • Sedan Cab-> Sedan Cab-v1.0
  • rate: ₹0.79-> ₹0.52
  • Time to Arrive: 6->4

Home

10. DataBase (MongoDb Atlas)

Home

11. E-Mail Service

Home

12. Deployment (Render)

Home