https://github.com/hosanabarcelos/jp-list
Aplicação To Do List.
https://github.com/hosanabarcelos/jp-list
angular bootstrap json-server
Last synced: about 2 months ago
JSON representation
Aplicação To Do List.
- Host: GitHub
- URL: https://github.com/hosanabarcelos/jp-list
- Owner: hosanabarcelos
- License: mit
- Created: 2022-08-27T16:22:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T17:50:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T08:28:30.541Z (over 1 year ago)
- Topics: angular, bootstrap, json-server
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JP List
##
**JP List** é uma aplicação To Do List (Lista de tarefas) implementada em Angular, onde é possível criar, editar e remover tarefas.
## 📚 Tecnologias
Tecnologias utilizadas no desenvolvimento:
- [Angular](https://angular.io/cli)
- [Json Server](https://www.npmjs.com/package/json-server)
- [Bootstrap](https://getbootstrap.com/)
## ⚙️ Configurando
Clonando o projeto:
```bash
$ git clone https://github.com/hosanabarcelos/jp-list.git
```
Rodando:
``` bash
# instalando as dependências
$ npm install
# iniciando json-server
$ json-server --watch db.json
# iniciando aplicação angular
$ ng serve
```
---
Feito com 🖤 by [Hosana Barcelos](https://github.com/hosanabarcelos).