Skip to content

den19980107/tix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tix

A simple app for automatically booking tickets.

Demo: https://tix.den01den01.com

Table of Contents

Features

This project supports automatically booking the following types of tickets

Demo

  • Home page

    截圖 2024-03-27 下午5.10.43

  • Booking page

    截圖 2024-03-27 下午5.11.24

  • Setting page

    截圖 2024-03-27 下午5.11.57

  • Booking result

    IMG_5619

Getting Started

Prerequisites

this repo is only the font end of tix, you should running the tix-worker to do the booking jobs

Installation

  1. clone this project

    git clone https://github.com/den19980107/tix.git
  2. install dependency

    npm install or yarn install
  3. running locally

    npm run dev
  4. build

    docker build --platform=linux/amd64  -t den19980107/tix .
    docker push den19980107/tix:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published