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.
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
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.
- Light/dark mode toggle
- Live Seat booking
- Live Price Calculate
- Animation (framer motion)
Client: ReactJs, ViteJs, TailwindCSS
Live Demo:-
Video Link:- https://www.youtube.com/watch?v=1Guddi2MbOM
For support, email gtech.official08@gmail.com or DM us on Instagram.
Don't Forgot to Subscribe, Like, Comment, & Share.