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
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">
- Clone the repository
git clone git clone https://github.com/Rohit-Nandagawali/pokedex
- Install all the required packages
npm install
- Run the project
npm start
Special thanks to these 2 npm packages
Created the pokemon data (located in ./src/pokemonData/pokemonData.ts
) using these 2 packages