pokemon-react-app

🐢 displaying pokemons 🐡 React application built with TypeScript that leverages the Pokémon API to display a list of Pokémon and their detailed information. The application consists of two primary pages: a list of Pokémon and a detail page for each individual Pokémon. The detail page also showcases the selected Pokémon's evolutions. 🐹

MIT License

Stars
0
Committers
3

Bot releases are hidden (Show)

pokemon-react-app - Initial Release 🎉 Latest Release

Published by Jagoda11 4 months ago

Overview
We are thrilled to announce the first official release of the Pokémon React App! This React application, built with TypeScript, leverages the Pokémon API to display a list of Pokémon and their detailed information. The application includes a list page and a detailed view for each Pokémon, showcasing their evolutions if available.

Key Features

  • Display a list of 10 Pokémon with images and names.
  • Navigate through the list using the next and previous buttons.
  • View detailed information about each Pokémon, including their evolutions.
  • Responsive design for various devices.

Technologies Used

  • React and TypeScript
  • Webpack and Babel
  • ESLint and Prettier
  • Jest for testing
  • Redux for state management

Deployment
This application is deployed using GitHub Pages. You can access it at Pokémon React App.

For more details on the deployment process, check out my Medium article: Deploying a React App with TypeScript and GitHub Actions to GitHub Pages.

Feel free to explore the live app and the GitHub repository for the complete source code. Happy coding and exploring! 🌟

Related Projects