Pokedex Application based on MVC architecture. With function of searching and bookmarking your favorite Pokemon.
https://hyper-pokedex.netlify.app
- Searching pokemon up to National Pokedex ID No.898
- Bookmarking Pokemon
- Pokemon's status calculation
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.
Pokedex is based on MVC architecture.
npm install
npm run start
npm run build

