https://github.com/shivipro/know-your-starter
An app that helps in choosing the best starter Pokémon by informing the user about each one.
https://github.com/shivipro/know-your-starter
api css html js poke-api
Last synced: about 2 months ago
JSON representation
An app that helps in choosing the best starter Pokémon by informing the user about each one.
- Host: GitHub
- URL: https://github.com/shivipro/know-your-starter
- Owner: ShiviPro
- Created: 2021-07-31T09:40:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T08:56:29.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:43:27.297Z (over 1 year ago)
- Topics: api, css, html, js, poke-api
- Language: HTML
- Homepage: https://know-your-starter.netlify.app/
- Size: 232 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# know-your-starter(KYS)
Are you passionate about Pokemon as a series or a game franchise ?
Are you a _Pokefan_ or _Pokemon Connoisseur (if you know what I mean :thinking:)_, or maybe you aspire to become one ?
Then, **KYS** or **_know-your-starter_** can help you in getting your type basics right, as well as better understand about most important partners throughout your Pokemon journey !
Well, You guessed it, I'm talking about your starter pokemon. And you might find it very intriguing to know what hidden abilities your starter may possess, and how well him/her can perform against other type matchups.
## Introduction
_**[KYS](https://know-your-starter.netlify.app/)**_ is a simple web app which can provide you with essential info about your starter pokemon. Their types, abilities, base stats, and type effectiveness.

_KYS_ is essentially a JavaScript app that fetches data from [PokeAPI's](https://pokeapi.co/) servers and loads that data onto the User Interface designed in it's frontend.
_**Note** - KYS doesn't fetch images from PokeAPI(they have been just downloaded from there and get locally cached it on client side), because even though it was just starter pokemons, it created a disturbing amount of fetch API calls._
_**Update**- The amount of network calls KYS made due to the use of PNGs in it's previous versions, was far away from something performant, so now more than 60% of the images in KYS are now being implemented as **inline SVGs**._
_**Please Note**- If possible, try to open KYS on 1920x1080 resolution, since it's not responsive enough to stay intact on devices of smaller widths especially mobile ones. Just a gentle request from my side. PS - I will be working on a responsive one in the near future._