Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.89 KB

File metadata and controls

55 lines (41 loc) · 1.89 KB

image

Get Started

Clone the repo:

git clone https://github.com/Yanir-R/PokeAPI.git

Install dependencies :

npm i

Run the Server:

npm start

Open Your Browser At:

http://localhost:3000/

Table of Contents js-standard-style

Introduction

ReactJS app that pulls data of Pokemons from Pokeapi,
allows you to browse pokemon & see more info about each pokemon & set a favorites/de-select the favorite pokemon.

Features

  • Pagination that display 10 pokemon pair page
  • Favorites pokemon can be saved or delete from localStorage
  • Shows details about each pokemon
  • Responsive Design

Instructions

  • Initially the application with your Browser at http://localhost:3000/
  • The first call is to the API to bring our list of pokemon.
  • Switch pages to see more pokemon results.
  • Add\Delete pokemon & you can see the saved pokemon at localStorage.
  • Hover on pokemon to see Read More button for more details about the pokemon.

Motivation

I created the project to test my abilities without library help. I Wanted to create Pagination & API calls with only ReactJS

Technologies

reactjs typescript css

License

MIT © Yanir-r