https://github.com/mikhail-filin/7guis-angular16
7GUIs implementation in Angular 16
https://github.com/mikhail-filin/7guis-angular16
7guis angular angular-signals
Last synced: about 1 month ago
JSON representation
7GUIs implementation in Angular 16
- Host: GitHub
- URL: https://github.com/mikhail-filin/7guis-angular16
- Owner: mikhail-filin
- License: mit
- Created: 2023-05-29T11:31:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T02:35:17.000Z (about 2 years ago)
- Last Synced: 2025-07-21T01:39:27.324Z (11 months ago)
- Topics: 7guis, angular, angular-signals
- Language: TypeScript
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://lbesson.mit-license.org/)
# 7GUIs - Angular 16
7GUIs is a GUI programming usability benchmark.
See [7GUIs website](https://7guis.github.io/7guis) 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)
## Demo
[https://mikhail-filin.github.io/7guis-angular16/](https://mikhail-filin.github.io/7guis-angular16/)
## To do
| Task | Completed |
|-----------------------|-----------|
| Counter | ✅ |
| Temperature Converter | ✅ |
| Flight booker | ✅ |
| Timer | ✅ |
| CRUD | ✅ |
| Circle drawer | ✅ |
| Cells | ✅ |
## Installation steps
- Clone the repo
- Run `npm i` to install dependencies
- Run `ng serve`