Skip to content

Latest commit

Β 

History

History
56 lines (30 loc) Β· 2.35 KB

README.md

File metadata and controls

56 lines (30 loc) Β· 2.35 KB

PokeApp - Pokemon Search Engine and Type Calculator

PokeApp is a Pokemon Search Engine and type calculator developed in React + TypeScript. It fetches data from an external API (PokeAPI) using Axios and filters the most accurate results based on the user input. It also takes advantage of React Hooks, Function Components, Use Effect, etc. The prototyping was made using Adobe XD, and the views were made using Bootstrap and Styled Components.

This Web Application was possible using PokeAPI: PokeAPI Documentation

Functionalities

  • Search Pokemon: View detailed stats, weaknesses, evolution chain, and attacks for your favorite Pokemon.

  • Search Move: Get information about various Pokemon moves and their details.

  • Type Calculator: Determine the type effectiveness of different Pokemon types, making it a valuable tool for strategic battles.

  • Latest Data: PokeApp includes all the latest information directly from the PokeAPI.

Example

Here's an example of what you can find on PokeApp:

Bulbasaur Example

You can also view more details about Bulbasaur on the PokeApp website: Bulbasaur on PokeApp

Home Page

The home page of PokeApp features a random quote from the Pokemon series/games, adding a touch of nostalgia for Pokemon fans.

Direct Access to Pokemon

You can access Pokemon directly through the URL in two ways:

Responsive Design

PokeApp is designed to be responsive, ensuring an optimal user experience across different devices and screen sizes.

Access the Web App

You can access the PokeApp web application using the following links:

Deployment

PokeApp is deployed using CI/CD (Continuous Integration/Continuous Deployment) on Render.

Enjoy using PokeApp for all your Pokemon-related needs!

Made with πŸ¦” by @TheRoro