GoTaxi is a modern, responsive taxi-booking web application built using ReactJS and Tailwind CSS.
It lets users quickly book safe and affordable rides through a clean and intuitive interface, offers dynamic ride selection, real-time trip details, and a polished UI
- Fully responsive design (desktop + mobile)
- Sidebar navigation (collapsible)
- Clean yellow/black taxi-themed UI
- Smooth hover and transition effects
- Modular React components:
- Navbar
- Footer
- Menu
-
Booking
| Tech | Purpose |
|---|---|
| ReactJS | Main frontend framework |
| Tailwind CSS | Styling |
| JavaScript (ES6+) | Logic and interactivity |
GoTaxi/
├── public/
├── src/
│ ├── Assets/
│ ├── Components/
│ │ ├── Menu.jsx
│ │ ├── Navbar.jsx
│ │ ├── Footer.jsx
│ ├── Pages/
│ │ ├── Home.jsx
│ │ ├── About.jsx
│ │ ├── Booking.jsx
│ │ ├── Contact.jsx
│ │ ├── Drivers.jsx
│ │ ├── Offers.jsx
│ │ ├── Services.jsx
│ ├── App.js
│ ├── index.js
├── package.json
├── tailwind.config.js
├── README.md- Node.js (LTS version recommended)
- npm (comes with Node)
Check versions:
node -v
npm -v2️⃣ Clone the repository
git clone https://github.com/Hadi170/GoTaxi.git
cd GoTaxi3️⃣ Install dependencies
npm install4️⃣ Start the development server
npm startThe app will be available at: http://localhost:3000






