Sign inSign up

bmiddha/final-countdown

By bmiddha

Updated almost 7 years ago

Image
0

1.2K

bmiddha/final-countdown repository overview

Final Countdown

Release Public Beta build status build status build status build status license

About this project

Final Exam Schedule for UIC with countdowns.

This is a progressive web app (PWA) written in TypeScript and Preact.

Deployments

Public Docker Images: hub.docker.com/r/bmiddha/final-countdown.

BranchDocker Image TagAzure App Service Deployment URLBuild StatusApp Status
masterlatestfinal-countdown.azurewebsites.netbuild statusapp status
nextnextfinal-countdown-next.azurewebsites.netbuild statusapp status

Screenshots

Screenshot

Getting Started

  • Dependencies: npm install
  • Building: npm run build
  • Developing: npm run dev

Docker Deployment

The 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

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch: git checkout -b feature/AmazingFeature
  3. Commit your Changes: git commit -m 'Add some AmazingFeature'
  4. Push to the Branch: git push origin feature/AmazingFeature
  5. Open a Pull Request

Tag summary

Content type

Image

Digest

Size

9.2 MB

Last updated

almost 7 years ago

docker pull bmiddha/final-countdown