Skip to content

This is just a setup project of Online Bus Ticket Booking Website with Navbar and Footer Section.

Notifications You must be signed in to change notification settings

gtech-official08/bus-ticket-booking-setup

Repository files navigation

Online Bus Ticket Booking System (starter template)

This is just a starter template containing Navbar, Footer, and Theme Switcher Section. And also installed the required resources like react icons, framer motion, and other basic requirements.

Installation

Install with npm

Clone the project

  git clone https://github.com/gtech-official08/bus-ticket-booking-setup.git

Remove .git an README.md if you want to push this repo on your github.com.

Go to the project directory

  cd my-project

Install dependencies

npm install

OR

npm i

Start the server

npm run dev

If you want to see live project on your mobile or other local machine with same wifi connection.

npm run dev -- --host

Usages

Don't forgot to insert this code on tailwind.config.js

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
  darkMode: "class",
}

To Enable Dark & Light Mode in the system.

Features

  • Light/dark mode toggle
  • Live Seat booking
  • Live Price Calculate
  • Animation (framer motion)

Tech Stack

Client: ReactJs, ViteJs, TailwindCSS

Screenshots

Screenshot_12-6-2024_113311_localhost

Screenshot_12-6-2024_113619_localhost

Screenshot_12-6-2024_113547_localhost

Screenshot_12-6-2024_113415_localhost

Screenshot_12-6-2024_113520_localhost

Screenshot_12-6-2024_113430_localhost

See Demo

Live Demo:-

Full Video Tutorial

Video Link:- https://www.youtube.com/watch?v=1Guddi2MbOM

Author

Acknowledgements

Support

For support, email gtech.official08@gmail.com or DM us on Instagram.

Appendix

Don't Forgot to Subscribe, Like, Comment, & Share.