Skip to content

himanshisaxena/Pokemon

Repository files navigation

Get Pokemon

A simple website allows the user to get a multiple pokemon by id.

Table of contents

General info

The objective of the project is to practice using get requests and apply separation of concerns.

Screenshots

Example screenshot

Technologies

  • JavaScript
  • HTML5
  • CSS3
  • VSC code

Setup

  • clone the repo.
  • npm install

Code Examples

if (validIds.length === 0) {
    errorText.innerText = 'Please enter a valid Pokemon ID';
    dom.container.innerHTML = '';
    dom.container.append(errorText);
    return;
  }

Status

Project is: Done

Contact

Himanshi Saxena

About

Pokemon-go card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors