Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daraperini/learning-javascript-alura-play-requests
This project used a mock API to display videos and more.
https://github.com/daraperini/learning-javascript-alura-play-requests
javascript json-server mockapi
Last synced: 14 days ago
JSON representation
This project used a mock API to display videos and more.
- Host: GitHub
- URL: https://github.com/daraperini/learning-javascript-alura-play-requests
- Owner: daraperini
- Created: 2023-09-28T18:32:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T20:44:11.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:13:02.474Z (2 months ago)
- Topics: javascript, json-server, mockapi
- Language: CSS
- Homepage:
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alura Play - Requests
This project was created during Alura's class *JavaScript: creating requests*. I used base HTML and CSS codes and developed a website while mocking an API. I added functionalities such as adding new videos and searching for videos using key words. I also handled possible errors.
To see the final result you can clone the repository and run the *db.json* file using json-server.
## Used tools:
* JavaScript
* Json-server*(Alura is a Brazilian technology school and for acessibility reasons this code is in Portuguese)*
#
# Alura Play - Requisições
Este projeto desenvolvido no curso *JavaScript: criando requisições*, da Alura. Utilizei uma página web com HTML e CSS prontos e, mockando uma API desenvolvi a interface responsiva do site. Acrescentei funcionalidades de inclusão de novos vídeos e pesquisa de palavras-chave, além de tratamento de erros.
O resultado final pode ser vizualisado clonando o repositório e rodando o arquivo *db.json* pelo json-server de sua máquina.
## Ferramentas utilizadas:
* JavaScript
* Json-server