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

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.

Awesome Lists containing this project

README

          


JP List





Made by Hosana Barcelos

##

**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).