Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

to-do list made with Angular
https://github.com/gitfrandu4/angular-to-do-list

angular todolist

Last synced: 6 days ago
JSON representation

to-do list made with Angular

Awesome Lists containing this project

README

        

## Todo List

Página SPA de una To-Do List hecha con el fin de prácticar con el framework Angular

Hemos utilizado:

* Servicios y asincronía.
* La librería [axios](https://github.com/axios/axios) para realizar operaciones como cliente HTTP.
* La librería [json-server](https://github.com/typicode/json-server) para tener una fake API Rest.

```
npm install -g json-server
json-server --watch .\src\db.json
```

* La librería [toastr](https://github.com/CodeSeven/toastr) para mostrar notificaciones.