Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daraperini/learning-javascript-doguito-petshop
I used async JS to create this petshop's customer base.
https://github.com/daraperini/learning-javascript-doguito-petshop
javascript javascript-async
Last synced: about 2 months ago
JSON representation
I used async JS to create this petshop's customer base.
- Host: GitHub
- URL: https://github.com/daraperini/learning-javascript-doguito-petshop
- Owner: daraperini
- Created: 2023-10-09T14:37:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T13:59:15.000Z (about 1 year ago)
- Last Synced: 2023-12-13T14:52:22.848Z (about 1 year ago)
- Topics: javascript, javascript-async
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio - Alura
This project was created during the Alura's class *Web JS: CRUD with async JavaScript*. I developed specific JS files to adding, editing and excluding Doguitos Petshop's clients. I used async JS and dealed with an API REST simulation.
Clone the repository and run it using *npm install* and *npx json-server --watch db.json* commands to access the final result.
*This is an outdated Alura's class that was taken to fixate async JS' concepts. The code is outdated at the current time.*
## Used tools:
* JavaScript
*(Alura is a Brazilian technology school and for acessibility reasons this code is in Portuguese)*
#
# Doguito Petshop
Nesse projeto desenvolvido a partir do curso *JS na web: CRUD com JavaScript assíncrono* desenvolvi arquivos específicos JS para realizar a inclusão, edição e exclusão de clientes da Doguito Petshop. Utilizei o JS assíncrono e lidei com uma simulação de API REST.
Para acessar o resultado final da página, clone o repositório e rode na sua máquina utilizando os comandos *npm install* e *npx json-server --watch db.json*.
*Este é um curso antigo da plataforma Alura e foi realizado para fixação de conceitos de JS assíncrono. O código está defasado no momento atual.*
## Ferramentas utilizadas:
* JavaScript