Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milenavms/cliente-bemol-web
https://github.com/milenavms/cliente-bemol-web
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/milenavms/cliente-bemol-web
- Owner: milenavms
- Created: 2020-07-25T01:36:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T08:02:07.000Z (almost 4 years ago)
- Last Synced: 2023-04-10T00:25:41.090Z (over 1 year ago)
- Language: JavaScript
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
# Projeto Web### Cliente Bemol Web
##### Demo
![cadastro-cliente](https://user-images.githubusercontent.com/47642347/88446237-44e92380-cdf6-11ea-8bf0-ca7cd64540b5.gif)### Overview
- Esta aplicação apresenta a mesmas funcionalidades básicas que frontend do Projeto Android desenvolvido. Se
Comunica com a mesma API.
### Funcionalidade
- Cadastro de cliente
- Login de cliente
### Detalhes
- A aplicação foi desenvolvida em Reactjs
- As chamada de api foram feitas com o fecth
- Estilização com Bootstrap
### Executando
- Baixar do projeto
- Abrir com o projeto
- Baixar as dependências
```
npm install
```
- Start
```
npm start
```
### Obsuse a api diponível em: - [Ver](https://github.com/milenavms/api-cad-cliente)
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.