Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gitfrandu4/angular-to-do-list
- Owner: gitfrandu4
- Created: 2021-10-16T21:33:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T22:01:58.000Z (about 3 years ago)
- Last Synced: 2023-12-09T19:42:38.933Z (about 1 year ago)
- Topics: angular, todolist
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.