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.
- Host: GitHub
- URL: https://github.com/oluwis/angular-todo-app
- Owner: OLuwis
- License: mit
- Created: 2024-07-27T16:10:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T01:18:24.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:09:21.290Z (over 1 year ago)
- Topics: angular, angular-material, css, css3, html, html5, material-design, typescript
- Language: TypeScript
- Homepage: https://angular-todo-app-ten.vercel.app/
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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





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





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