https://github.com/webdevaminul/wda-landing-ticket
Responsive landing page with HTML, CSS and JavaScript, featuring a ticket selecting, coupon discount and also a success modal after booking.
https://github.com/webdevaminul/wda-landing-ticket
html tailwind-css vanilla-javascript
Last synced: 4 months ago
JSON representation
Responsive landing page with HTML, CSS and JavaScript, featuring a ticket selecting, coupon discount and also a success modal after booking.
- Host: GitHub
- URL: https://github.com/webdevaminul/wda-landing-ticket
- Owner: webdevaminul
- Created: 2025-02-05T00:58:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T01:28:28.000Z (over 1 year ago)
- Last Synced: 2025-02-05T02:31:50.857Z (over 1 year ago)
- Topics: html, tailwind-css, vanilla-javascript
- Language: HTML
- Homepage: https://wda-landing-ticket.vercel.app
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WDA-Landing-Ticket](https://wda-landing-ticket.vercel.app)
## Demo

## Overview
This is a simple ticket booking landing page built using HTML, Vanilla CSS and JavaScript where user can select seat of bus and see the price. There is also coupon discount system.
## Technologies Used
- HTML
- CSS
- JavaScript
- DaisyUI
## Features
- Select seat
- Four seat allow coupon discount
- Side navigation bar
- Responsive design
## Setup and Running the Project
To run this project locally, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/webdevaminul/WDA-Landing-Ticket.git
```
2. **Navigate to the Project Directory**:
```bash
cd WDA-Landing-Ticket
```
3. **Open the project with Visual Studio Code (recommended)**:
```bash
code .
```
4. **Install a Live Server**:
Install the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension for Visual Studio Code if you haven't already
5. **Run the Live Server**:
Right-click on `index.html` and select `Open with Live Server`.
## Important
Ensure you have the Live Server extension installed in Visual Studio Code to run the project smoothly in a local development environment.
## Creadit & Contributions
Contributions are welcome! Please fork the repository and submit a pull request for any feature additions or bug fixes.
For any questions or inquiries, please contact [webdev.aminul@gmail.com].
Happy coding!