Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`