Skip to content

😼 Pokémon-API Project 😻 Browse for pokemons & See more details about each pokemon

Notifications You must be signed in to change notification settings

Yanir-R/PokeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

😼 Pokémon-API Project 😻 Browse for pokemons & See more details about each pokemon

Topics

Resources

Stars

Watchers

Forks