/Online-Ticket

This is an online ticketing page that basically allows users to book ticket for shows, programs, etc.. and also exhibit gallery of past events.

Primary LanguageJavaScriptMIT LicenseMIT


📗 Table of Contents

📖 [Online Ticket]

This is my first capstone project. I design a web page for purchasing tickets online to attend programes, shows, concert parties, etc. The project was based on Cindy Shin's design.

🛠 Built With

  • CSS,
  • Tailwind CSS
  • Daisyui
  • Html
  • Javascript

Tech Stack N/A

Client
Server
Database

Key Features

  • N/A

(back to top)

🚀 Live Demo

(back to top)

📺 Presentation

💻 Getting Started

To get this locally

  • You need git installed on your system

  • Run in your terminal git clone https://github.com/shafiuyushawu/Online-Ticket-

  • Cd to the local directory

  • Run these commands to install the follwing packages.

    1. npm install -D tailwindcss to initialize tailwind css via npm

    2. npx tailwindcss init to create tailwind.config.js

    3. npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch

    4. npm install daisyui to install daisyui packages.

    5. Copy below and paste it in tailwind.config.js file in the root folder to replace the whole content.

    /** @type {import('tailwindcss').Config} / module.exports = { content: ['./src/**/.{html,js}'], theme: { extend: {}, }, plugins: [require('daisyui')], };

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

Clone this repository to your desired folder: git clone https://github.com/shafiuyushawu/Online-Ticket

Install

Install this project with:

NPM Install

Usage

To run the project, execute the following command: N/A

Run tests

To run tests, run the following command:

  • npx hint .
  • npx stylelint "*/.{css,scss}"
  • npx eslint .

Deployment

You can deploy this project using: N/A

(back to top)

👥 Author: Shafiu Ibn Yushawu

👤 Author

(back to top)

🔭 Future Features

  • [Create features for desktop responsiveness]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project, kindly follow me on GitHub 😊

(back to top)

🙏 Acknowledgments

  • Hat tip to Cindy whose design was used

(back to top)

📝 License

This project is MIT licensed.

(back to top)