Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lariel/chess-timer
Cronômetro para partidas de Xadrez, feito em Angular, rodando no Firebase.
https://github.com/lariel/chess-timer
angular chess firebase firebase-hosting github-actions open-source pwa responsive
Last synced: about 12 hours ago
JSON representation
Cronômetro para partidas de Xadrez, feito em Angular, rodando no Firebase.
- Host: GitHub
- URL: https://github.com/lariel/chess-timer
- Owner: Lariel
- Created: 2021-04-27T01:09:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T19:25:12.000Z (about 3 years ago)
- Last Synced: 2023-07-11T04:33:49.935Z (over 1 year ago)
- Topics: angular, chess, firebase, firebase-hosting, github-actions, open-source, pwa, responsive
- Language: TypeScript
- Homepage: https://cronometro-xadrez.web.app
- Size: 5.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CronometroXadrez
[![Build Status](https://github.com/Lariel/chess-timer/actions/workflows/firebase-hosting-pull-request.yml/badge.svg)](https://cronometro-xadrez.web.app/)
[![Angular version](https://img.shields.io/badge/Angular-v11.2.11-DD0031?style=flat&logo=angular&logoColor=DD0031)](https://angular.io/)
[![NPM version](https://img.shields.io/badge/npm-v6.14.12-blue.svg?style=flat)](http://nodejs.org/download/)
[![Node version](https://img.shields.io/badge/node-v14.16.1-lithgreen.svg?style=flat)](http://nodejs.org/download/)**Obs:** *Tempo acelerado para fins demonstrativos*
## Ferramentas / Tecnologias utilizadas:
### Design e prototipação
[Figma - Layout geral](https://www.figma.com/file/pSkliX2EMjF0XxUwQl6D0Y/Cron%C3%B4metro-Xadrez?node-id=0%3A1)[Figma - Ícones](https://www.figma.com/file/pSkliX2EMjF0XxUwQl6D0Y/?node-id=23%3A0)
[Material Icons](https://fonts.google.com/icons)
[Maskable.app](https://maskable.app/editor)
[Photopea](https://www.photopea.com/)
[ConvertIo](https://convertio.co/pt/)
### Desenvolvimento e deploy
[VS Code](https://code.visualstudio.com/)[Angular 11](https://angular.io/)
[Firebase](https://firebase.google.com/docs/build)
[GitHub Actions](https://docs.github.com/en/actions/reference)
## Referências:
[PWA Docs](https://web.dev/progressive-web-apps/)[Adaptive icon support in PWAs with maskable icons](https://web.dev/maskable-icon/?utm_source=devtools)
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.