7GUIs is a GUI programming usability benchmark. See 7GUIs website for more information.
This repo is mean as an example of these concepts implementation using Angular 16 and newest additions like signals (when it makes sense)
https://mikhail-filin.github.io/7guis-angular16/
Task | Completed |
---|---|
Counter | ✅ |
Temperature Converter | ✅ |
Flight booker | ✅ |
Timer | ✅ |
CRUD | ✅ |
Circle drawer | ✅ |
Cells | ✅ |
- Clone the repo
- Run
npm i
to install dependencies - Run
ng serve