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

https://github.com/oliveiravitor32/lista_de_tarefas-angular

Este é um projeto de uma aplicação de bloco de notas criada com Angular.
https://github.com/oliveiravitor32/lista_de_tarefas-angular

angular css3 html5 javascript typescript

Last synced: about 2 months ago
JSON representation

Este é um projeto de uma aplicação de bloco de notas criada com Angular.

Awesome Lists containing this project

README

          

# NoteApp PT-BR

Este é um projeto de uma aplicação de bloco de notas criada com Angular.

## Características
- Navegação single page
- Barra de busca para notas
- Criar notas
- Adicionar textos para cada nota.
- Renomear/Alterar notas.
- Deletar notas.

Este projeto foi criado utilizando [Angular CLI](https://github.com/angular/angular-cli) versão 16.1.1.

## Server de desenvolvimento

Rodar `ng serve` server de desenvolvimento. Vá para `http://localhost:4200/`. A aplicação é recarregada automaticamente salvando as alterações dos arquivos.

## Obtendo ajuda

Para melhor entendimento sobre o desenvimento em Angular CLI use `ng help` ou busque ajuda em [Angular CLI Overview and Command Reference](https://angular.io/cli).

## Projeto online

https://note-app-oliveiravitor32.vercel.app/

# NoteApp EN

This is a project for a notepad app built with Angular

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.1.

## Features
- Navigation Single Page
- Search bar for notes
- Create notes
- Add texts to each note.
- Rename/Change notes.
- Delete notes.

## Demo project
https://note-app-oliveiravitor32.vercel.app/


## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application 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.

## 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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## 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.