Implementing 7 GUI tasks in many languages
Live demo: https://benjamin-thomas.github.io/7guis/
- Counter
- Temperature Converter
- Flight Booker
- Timer
- CRUD
- Circle Drawer
- Cells
A dispatcher script runs each sub-project's manage/pre-commit.sh on commit.
To install, run from the repo root:
ln -sf ../manage/pre-commit.sh .git/hooks/pre-commitTo add a hook for a new sub-project, create <project>/manage/pre-commit.sh (make it executable). It will be picked up automatically.