Skip to content

cybercris/pokedex-react

Repository files navigation

Pokédex 🔴⚡

📖 About

This is a Pokédex developed using React and TypeScript, using data from the PokéAPI. The UI framework TailwindCSS was chosen for styling. The React Query library was used for local API data caching and asynchronous state management using the stale-while-revalidate approach. For testing, Jest was used together with React Testing Library. ESLint and Prettier were used for code standardization.

Feel free to contribute to the project or visit the website by clicking here.

🧰 Dependencies

  • Axios for HTTP requests
  • React Query for asynchronous state management
  • React Icons as an icon library
  • React Loading Skeleton for skeleton-like animation
  • Jest and React Testing Library for testing

🔧 How to execute

# Clone repository
git clone https://github.com/devMagno/next-pokedex

# Enter repository
cd next-pokedex

# Download dependencies
npm i

# Execute project
npm run dev

# Execute tests
npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published