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

https://github.com/oluwis/angular-todo-app

Gerenciador de tarefas feito com Angular.
https://github.com/oluwis/angular-todo-app

angular angular-material css css3 html html5 material-design typescript

Last synced: about 2 months ago
JSON representation

Gerenciador de tarefas feito com Angular.

Awesome Lists containing this project

README

          




Angular Todo App

## BR

### Introdução

Este projeto foi feito para propósitos de estudo, seguindo como base o guia de Angular do [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_getting_started).

O projeto segue os requisitos funcionais mínimos e também expande a estrutura básica para uma mais avançada e moderna.

O projeto foi feito usando Angular 18+ e NodeJS 20+.

### Feito com
![Angular Badge](https://img.shields.io/badge/Angular-0F0F11?logo=angular&logoColor=fff&style=for-the-badge)
![TypeScript Badge](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge)
![Material Design Badge](https://img.shields.io/badge/Material%20Design-757575?logo=materialdesign&logoColor=fff&style=for-the-badge)
![HTML5 Badge](https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=fff&style=for-the-badge)
![CSS3 Badge](https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=fff&style=for-the-badge)

### Desenvolvimento Local

1. Clone este repositório
```sh
git clone https://github.com/OLuwis/angular-todo-app.git
```
2. Inicie o servidor local
```sh
ng serve
```
3. Acesse o servidor no seu navegador
```sh
http://localhost:4200
```

## EN

### Introduction

This project was created for study purposes, based on the Angular guide from [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Angular_getting_started).

The project meets the minimum functional requirements and also expands the basic structure to a more advanced and modern one.

The project was built using Angular 18+ and NodeJS 20+.

### Built with
![Angular Badge](https://img.shields.io/badge/Angular-0F0F11?logo=angular&logoColor=fff&style=for-the-badge)
![TypeScript Badge](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge)
![Material Design Badge](https://img.shields.io/badge/Material%20Design-757575?logo=materialdesign&logoColor=fff&style=for-the-badge)
![HTML5 Badge](https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=fff&style=for-the-badge)
![CSS3 Badge](https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=fff&style=for-the-badge)

### Local Development

1. Clone this repository
```sh
git clone https://github.com/OLuwis/angular-todo-app.git
```
2. Start the local server
```sh
ng serve
```
3. Access the server in your browser
```sh
http://localhost:4200
```