Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.47 KB

File metadata and controls

59 lines (44 loc) · 1.47 KB

Competitive-Pokedex

The competitive pokedex helps you discover new pokemons and inform your team building decision through useful stats.

About

' The Competitive-Pokedex provides
1)An index system for accessing pokemon information
2)A team builder that shows you the relative weakness and resistance of your team
3)Ranking of pokemons in terms of their base stats(hp, attack, defense, special)
4)Individual comparison option between pokemons

Competitive-Pokedex gathers its information on pokemons through api calls to https://pokeapi.co/

Feature screenshots

Pokedex list pokedx

How to use(user)

site: competitivePokedex

How to use(developer)

switch to my_app directory

cd my_app/

run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

plan

-pokedex page :white_check_mark: individual pokemon display(names, sprite, base_stat, index change button)
⬜ pokemon search bar
⬜ sidebar displaying an user's team composition

-team builder page
⬜ sidebar displaying an user's team composition
⬜ option to show team defense and weakness coverage

-backend
⬜ user database(team composition, profile picture, name)
⬜ user login and authentication

issues

✅ sometimes pokemon description is in a language other than English
⬜ redering many pokemons causes long loading time