Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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