alexchomiak / final-countdown

Final Exam Schedule for UIC

Home Page:https://final-countdown.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 React.js.

Deployments

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 build status app status
next next final-countdown-next.azurewebsites.net build status app status

Screenshots

Screenshot

Getting Started

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

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

About

Final Exam Schedule for UIC

https://final-countdown.azurewebsites.net/

License:GNU General Public License v3.0


Languages

Language:TypeScript 91.4%Language:HTML 6.1%Language:CSS 1.4%Language:Dockerfile 1.1%