A Pokédex website made in React (with a nice retro look).
All information is given from PokéAPI.
Esse projeto é um teste do processo seletivo da Birdie
I started to recreate this project with Vue.js. Check out the repo below:
Make sure you have npm or yarn installed and follow these simple steps!
-
Clone the repo and change to the project directory
git clone https://github.com/DaanMoura/pokedex cd pokedex
-
Install packages dependencies
npm install
or
yarn install
-
Run!
npm start
or
yarn start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.