Final Exam Schedule for UIC with countdowns.
This is a progressive web app (PWA) written in TypeScript and Preact.
Public Docker Images: hub.docker.com/r/bmiddha/final-countdown.
| Branch | Docker Image Tag | Azure App Service Deployment URL | Build Status | App Status |
|---|---|---|---|---|
| master | latest | final-countdown.azurewebsites.net | ||
| next | next | final-countdown-next.azurewebsites.net |

npm installnpm run buildnpm run devThe bmiddha/final-countdown docker image is tiny and runs a production ready app in NGINX.
docker pull bmiddha/final-countdown:latest
docker run -it --rm -p 8080:80 bmiddha/final-countdown:latest
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeaturegit commit -m 'Add some AmazingFeature'git push origin feature/AmazingFeatureContent type
Image
Digest
Size
9.2 MB
Last updated
almost 7 years ago
docker pull bmiddha/final-countdown