Pokedex
This app is a old test project made for a LinkedIn Recruiter. It features four pages: a login page with validation, a main page with a grid of 10 Pokemon cards and pagination, a details page for the selected Pokemon, and a profile page where you can view the name and email of the logged-in user. It is built with Next.js, Tailwind CSS, Context, Custom Hooks, Atomic Design, and it fetches data from the Pokedex API. The app also includes end-to-end tests using Cypress. My mistake was forgetting to cache the requests 🤕.
To access your must use this credentials:
Email:
usuario@gmail.com
Password:
01020304
Go to demo