Skip to content

Projeto web utilizando Speech Recognition para buscar a imagem do pokemon atravéz da pokeapi.

Notifications You must be signed in to change notification settings

RogerBaracy/Pokedex

Repository files navigation

Pokedex App (pokedex)

A Quasar Framework app

Description

Esse projeto trata-se de uma pagina web que utiliza a api
[Pokéapi](https://pokeapi.co/) para buscar a imagem do Pokemon conforme 
o nome inserido no campo de busca, o nome pode ser inserido por texto ou voz* 
(Somente nos navegadores Chrome e Opera).

Demo

See rogerbaracy.github.io/Pokedex

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.