Pokédex demonstrates Progressive Web App development with Nuxt.js in Typescript and Tailwind CSS.
The Pokédex contains detailed stats for every creature
from the Pokémon games.
Go and checkout a working DEMO here.
Pokedex using the PokeAPI for constructing RESTful API.
PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.
Support it by joining stargazers for this repository. ⭐
Also, follow me on GitHub for my next creations! 🤩
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.
The design is inspired by Bruna Campos in Dribbble Other icons have been scraped from duiker101
Designed and developed by 2020 ponnex (Emmanuel Francis Ramos)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.