Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.07 KB

Pokedex

A website for pokemon lovers ❤ A website where we can search pokemon, and can see some basic information about the selected pokemons.

  • This website is created using - TypeScipt and React Js
  • Go to Pokedex

Include the fonts s in index.html

Inside

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">

How to run this app

  1. Clone the repository
git clone git clone https://github.com/Rohit-Nandagawali/pokedex
  1. Install all the required packages
npm install
  1. Run the project
npm start

Special Thanks

Special thanks to these 2 npm packages

  1. Pokemon npm package
  2. Pokedex npm package

Created the pokemon data (located in ./src/pokemonData/pokemonData.ts) using these 2 packages