Skip to content

SkyCooper/PokedexAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project : Pokedex API

Check The Live Website ➡️ Live Website

Visualization of the Website

image

Description

Project aims to display pokemon cards with fetching Api data.

Learning Outcomes

At the end of the this project, you will be able to;

  • analyze a problem, create a pokemondex,

  • demonstrate your knowledge of algorithmic design principles.

Project Skeleton

|----Weather Condition App

    |----index.html  
    |----style.css   
    |----app.js
    |----pokedex.gif
    |----readme.md 

User story;

  • User can search city around the world.
  • The app can fetch api with the searched city name(... and apikey if it is obligatory).
  • User can display weather data of searched city in weather card.
  • User can display list of searched city weather data card like on gif.
  • If new searched city is in the weather data list, app can display a warning text to user on page.

🔥 You can use Pokedex Api for your app.

Overview

I mastered HTML, CSS and Javascript (fetch api) features in this project. You can see the visual representation of the website above.