Web app to upload and download files
The number of downloads for each file I uploaded. (I distribute tools for my hobby XD)
- React Router (ex. React SPA -> Remix -> now)
- validate with Conform and Zod
- style with Tailwind CSS and daisyUI
- lint with Biome
- deploy on GCP Cloud Run
# admin
ADMIN_ID=
ADMIN_EMAIL=
# Firebase Config
FIREBASE_PROJECT_ID=
FIREBASE_API_KEY=
FIREBASE_PRIVATE_KEY=
FIREBASE_CLIENT_EMAIL=
FIREBASE_STORAGEBUCKET=
FIREBASE_DATABASE_URL=
GA_TRACKING_ID=
Note
This user account and files are for demonstration purposes only, but are masked versions of real users' files. For security reasons, demo user account cannot upload, download or edit files.
email: test@example.com
password: password
a user file list page that can be viewed by anyone who knows your user ID.
file detail page and download button