Skip to content

adjesusds/pokechopo

Repository files navigation

Pokéchopo.io

Website Replica of Tiger Electronics' 1998 Pokédex | ⚡️ 🐭


web build maintainability coverage code style

Pokéchopo allows you to dynamically search the first-generation Pokémon of the original series.

By specifying a set of actions to use the Pokédex.

Installation

git clone https://github.com/relztic/pokechopo.git && cd ./pokechopo/ && yarn install

Configuration

Configure .env.development based on .env.example.

Following is a table of the variables you can use:

Variable Type Default Required Description
Core
POKECHOPO_ENVIRONMENT string 'development' N The environment of the application.
POKECHOPO_NAME string 'Pokéchopo' N The name of the application.
POKECHOPO_VERSION string '0.0.0' N The version of the application.
API
POKECHOPO_API_URL string undefined Y The URL of the API.
POKECHOPO_API_VERSION number undefined Y The version of the API.

Usage

yarn run start

Roadmap

  • Support for responsive layout
  • Support for animations
  • Ability to search Pokémon
  • Support for add-ons
  • Support for sound effects

Take 🍰, Folks! 🌮 🐴 💨

Releases

No releases published

Packages

No packages published