sayujya2810 / Youth-India-Foundation-E-School-Task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemonpedia

A Web Application which let's you surf through various Pokemons from Pokemon Universe. You can navigate through various pagination to find desired Pokemon. There is an option of you to search particular Pokemon of your choice and get the stats.

Downloading and Execution

Downloading

To get this Project Copy below code and paste in terminal then press ENTER

  git clone https://github.com/sayujya2810/Youth-India-Foundation-E-School-Task.git

After Downloading the source files, you need to install node_modules, for that run (using yarn):

yarn add

or using npm:

npm install

Execution

After downloading all the dependencies, to run the project (using yarn):

yarn start

Or using npm:

npm start

Screenshots

Mainpage

ss1

Mainpage scrolled down

ss2

Next Page

ss3

Searching a particular Pokemon using name

ss4

About


Languages

Language:JavaScript 70.8%Language:CSS 14.9%Language:HTML 14.3%