BuyTicket Web App (Demo)
This project is a web application for the online ticket service provider
- There are types of 4 service bikes, cars, buses, and trains.
- Firebase Authentication, Destination Pick from and Pick to, Google Map Integration
- Clone the repository
> git clone https://github.com/dhimanroyit/buy_ticket.git
- Change Directory
> cd buy_ticket
- Install dependency
> npm install
- Run the app
> npm start
Done