Tennisdle is a web app where players must guess the daily ATP or WTA tennis player based on clues such as age, height, titles won (Grand Slams, Olympics, Finals), and playing style (dominant hand and backhand type). The project is available at this link.
.
βββ logos
βββ scripts
βββ tennisdle
logos: Contains all the assets used in the app.scripts: Contains one folder:- Tennisdle DB Generator: Python script to scrape data from Wikipedia and create the database for the Tennisdle web app.
tennisdle: Contains the Vue 3 web app.
- Clone the repository:
git clone https://github.com/thisispivi/Tennisdle.git
- Navigate to the
tennisdlefolder:cd tennisdle - Install the dependencies:
pnpm i
- Run the app:
pnpm dev
- Navigate to the
tennisdlefolder:cd tennisdle - Run the deploy command:
pnpm deploygh