Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T13:33:12.000Z (about 1 year ago)
- Last Synced: 2023-11-27T14:45:34.944Z (about 1 year ago)
- Topics: 7guis, angular, angular-signals
- Language: TypeScript
- Homepage:
- Size: 697 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![example workflow](https://github.com/mikhail-filin/7guis-angular16/actions/workflows/deploy.yml/badge.svg)
![example workflow](https://github.com/mikhail-filin/7guis-angular16/actions/workflows/push-checks.yml/badge.svg)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](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`