React aplication that simulate a Pokedex. It has infite scroll and search bar.
- Clone the repository:
git clone https://github.com/javim89/consulttr-pokedex.git- Change into the project directory:
cd consulttr-pokedex- Install dependencies:
pnpm install- Create a .env and add this variable:
VITE_POKE_API_URL=https://pokeapi.co/api/v2- Start the development server:
pnpm run dev- Open the app in your browser at http://localhost:5173.
- React
- Axios
- Material UI
- React query
- Eslint
- Prettier
- Storybook
For a quick look, you can see the pokedex on: https://consultr-pokedex.netlify.app/