https://github.com/maryucha/workshopangular
https://github.com/maryucha/workshopangular
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maryucha/workshopangular
- Owner: Maryucha
- Created: 2022-01-25T14:09:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T16:16:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T07:43:43.786Z (11 months ago)
- Language: TypeScript
- Size: 343 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Workshop Angular
Esse projeto tem a finalidade de servir como um guia introdutório ao Angular e suas principais funcionalidades.
Ele foi elaborado por: [Maryucha M Mariani]
---------------------
##### Versão atual do projeto
1.0.0.0
---------------------
##### Links úteis
[LINK DA APRESENTAÇÃO](https://docs.google.com/presentation/d/1VYP5QB8vn9D27XzvCR6RyaBcP4oOIwDJ4bkBesdNN6k)
[LINK DO REPOSITÓRIO](https://github.com/Maryucha/workshopAngular)
[LINK DO TUTORIAL](https://drive.google.com/drive/folders/1CEfYRudkEGqGWhaURneqozhX8dcAR99r)
## Interface
--TELA DE LISTAGEM

--TELA DE FORMULÁRIO

### Tecnologias utilizadas
Aqui temos listados algumas das tecnologias usadas no projeto.
ANGULAR | TYPESCRIPT | BOOTSTRAP | HTML | CSS | JSON-SERVER
    
---------------------
### Install the app
```bash
$ npm install
```
### Running the app
```bash
# watch mode
$ ng serve
```
### API-FAKE
```bash
# json-server endpoint
$ json-server db.json
```
---------------------
> Autor
>- Fundação CERTI
---------------------