ElRakabawi / Lindy-Pokedex

Pokedex using React and PokeAPI

Home Page:https://lindy-pokedex.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lindy-Pokedex

Lindy Pokedex App. Built using React and PokeAPI. Styling is done from scratch.

Design Desicions

  1. No Global State is used (i.e redux). Doesn't need too.
  2. Used React router to have dynamic params for each Pokemon view (to make the code cleaner).
  3. Used singleton styling because views (and components) doesn't require different stylings and most of styles are shared between different components.

Installation

  1. Make sure yarn is installed globally.
  2. Run yarn install in directory root.
  3. Run yarn dev or yarn run vite to start the development server.

About

Pokedex using React and PokeAPI

https://lindy-pokedex.vercel.app

License:MIT License


Languages

Language:TypeScript 60.2%Language:CSS 37.9%Language:HTML 1.9%