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

https://github.com/andersonhsporto/angular-to-do-list

Simple Todo List Made With Angular
https://github.com/andersonhsporto/angular-to-do-list

angular typescript

Last synced: about 2 months ago
JSON representation

Simple Todo List Made With Angular

Awesome Lists containing this project

README

        

# AppToDo

Project generated with [Angular CLI](https://github.com/angular/angular-cli)
and is a simple ToDo application that allows you to add, edit, delete and mark tasks as completed.


This project is heavily based on the [Angular Course](https://www.vidafullstack.com.br/cursos/angular)
provided by [Vida Full Stack](https://www.vidafullstack.com.br/).

## Screenshots

## Default Page

![1](https://github.com/andersonhsporto/angular-to-do-list/assets/47704550/07edc6e2-21d6-4188-9477-642bec81439b)

## Input Task

![2](https://github.com/andersonhsporto/angular-to-do-list/assets/47704550/432f5d6c-c145-4502-8166-0f8c333eb71e)

## Filter Task

![3](https://github.com/andersonhsporto/angular-to-do-list/assets/47704550/3aa4a91a-df48-424b-bd89-0456b4dd9d3b)

## Angular Default

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