Skip to content

Sonam-22/simple-js-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex App

Description

It's a small web application with HTML, CSS, JavaScript and Bootstrap that loads data from an external API and enables the viewing of data points in detail. It is an app which lists over 50 different Pokemons.

In this app, after click on their name, a modal will open with a picture of the Pokemon as well as basic information about that Pokemon (height, weight, abilities and types). The information are loaded via API from an external database ie (https://pokeapi.co/api/v2/pokemon/?limit=50).

Tech Stack

  • HTML
  • CSS 3.0
  • JavaScript
  • JQuery 3.3.1
  • Bootstrap 4.3.1

Polyfills

  • Fetch
  • Promise

Demo

Pokedex App

How to use this repo

  • Clone this repository and start making changes with the editor of your choice. However, this project is implemented using Atom editor

Releases

No releases published

Packages

No packages published