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

https://github.com/samuelmsilva2v/webbooks

Front-end application developed with Angular for book management.
https://github.com/samuelmsilva2v/webbooks

angular front-end

Last synced: 15 days ago
JSON representation

Front-end application developed with Angular for book management.

Awesome Lists containing this project

README

          

# Web Books
[🇺🇸 Read in English](#books-web)

Este é um front-end construído com Angular para gerenciar livros fornecendo uma interface para interagir com a API REST [booksApi](https://github.com/samuelmsilva2v/booksApi).

## Pré-requisitos
- Node.js e npm instalados: [Node.js](https://nodejs.org/)
- Angular CLI instalado globalmente:
```bash
npm install -g @angular/cli
```

## Tecnologias
* Angular
* Bootstrap

## Instalação
1. Clone o repositório
```bash
git clone https://github.com/samuelmsilva2v/webBooks.git
cd webBooks
```
2. Instale as dependências
```bash
npm install
```

## Funcionalidades
* Cadastro, consulta, edição e exclusão de livros.

## Imagens da aplicação
![Register a book](https://github.com/samuelmsilva2v/assets/blob/main/webBooks/Captura%20de%20tela%202025-01-11%20170527.png)
![Consult books](https://github.com/samuelmsilva2v/assets/blob/main/webBooks/Captura%20de%20tela%202025-01-11%20170902.png)

---

# Books Web
[🇧🇷 Leia em Português](#web-books)

This is a front-end built with Angular for managing books, providing an interface to interact with the REST API [booksApi](https://github.com/samuelmsilva2v/booksApi).

## Prerequisites
Node.js and npm installed: Node.js
Angular CLI installed globally:
```bash
npm install -g @angular/cli
```

## Technologies
* Angular
* Bootstrap

## Installation

1. Clone the repository:
```bash
git clone https://github.com/samuelmsilva2v/webBooks.git
cd webBooks
```

2. Install dependencies:
```bash
npm install
```

## Features
* Registration, consultation, editing and deletion of books

## Application images
![Register a book](https://github.com/samuelmsilva2v/assets/blob/main/webBooks/Captura%20de%20tela%202025-01-11%20170527.png)
![Consult books](https://github.com/samuelmsilva2v/assets/blob/main/webBooks/Captura%20de%20tela%202025-01-11%20170902.png)