/pokedex

A Pokédex Progressive Web App built using Nuxt.js and Tailwindcss.

Primary LanguageVueApache License 2.0Apache-2.0

Pokedex

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.


Website

Go and checkout a working DEMO here.

Open API

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.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
Also, follow me on GitHub for my next creations! 🤩

Build Setup

# 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.

References

The design is inspired by Bruna Campos in Dribbble Other icons have been scraped from duiker101

Screenshots

License

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.