koechronix / coderbyte-project

Ticket Purschase App , created using Vue + Vite +TypeScript

Home Page:https://fanciful-genie-198c37.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coderbyte-Ticket-Purchase-App

  • The Ticket Purchase App is a web application developed using the Vue.js framework with Vite and TypeScript. It allows users to browse and select the quantity they want to purchase tickets for various upcoming shows.
  • The users can enter billing infomation and see final cost before checking out
  • This README provides an overview of the project, installation instructions, and basic usage guidelines.

Features

  • Event browsing: Users can select ticket from all upcoming show.
  • Quantity: Users can select their desired quantity(number of tickets) they wish to buy using [+] button and also they can decrement the quantity(number of ticket) by using [-] on the user interface.
  • Payment Information: Users can enter their credentials of Credit/ Debit card just after placing the order.
  • Checkout information: Users can be able to see the final cost in (Ksh) before checking out or placing an order.

Tech Stack

  • Vue + Vite
  • TypeScript
  • TailwindCSS

Installation

  • To run Ticket Purchase App locally,follow these steps:
  1. Clone the repository:
git clone https://github.com/koechronix/coderbyte-project
  1. Navigate to the project directory:
cd coderbyte-project
  1. Install dependecies using npm:
npm install
  1. Start the development server:
npm run dev
  1. Open the app in your browser:

[ click the link, that is display on your terminal ]

Project Pictures

Frontpage Payment Selected checkout

Usage

Once the coderbyte ticket purchase app is running , you can perform the following actions:

  • Browse the list of available upcoming shows.
  • Select the desired number of tickets and place an order.
  • See the final cost of ticket before checking out.
  • Enter the payment information (not yet integrated with credit/credit).

Contributing

  • Contribution to the corderbyte Ticket Purchase App are welcome. If you find any issues or have suggestions for improvements, plase open an issue or submit a pull request.

Future Plans

  • Initiate authentication: Users will be able to create accounts, log in and manage their profiles.
  • Initiate order history: Users willbe able to view their past orders and check ticket details.
  • Initiate payment: Users will be able to pay their tickets using Credit/Debit cards, M-Pesa, and Paypal for global use.

Licence

The Coderbyte Ticket Purchase app is open source under the MIT Feel free to mpdify and distribute the app as per the terms of the licence.

Contact

For any questions or inquiries,please contact the project maintainer:

  • Connect on LinkedIn

  • Send me email

About

Ticket Purschase App , created using Vue + Vite +TypeScript

https://fanciful-genie-198c37.netlify.app/


Languages

Language:Vue 75.6%Language:CSS 13.5%Language:TypeScript 4.7%Language:HTML 3.5%Language:JavaScript 2.7%