Skip to content

Poke Pose is an application that displays all the pokemons there is in PokeAPI and their traits. This application is built using React and Typescript.

Notifications You must be signed in to change notification settings

xchangrey/poke-pose

Repository files navigation

Poke Pose React App

This is a simple React application that displays information about Pokémon using the PokeAPI. You can visit the link HERE.

Features

  • View detailed information about a Pokémon based on its ID.
  • Navigate back to the previous page.
  • Display Pokémon attributes and values.
  • Display Pokémon traits.

Installation

  1. Clone the repository:

    git clone https://github.com/xchangrey/poke-pose.git
  2. Navigate to the project directory:

    cd poke-pose
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. To run the test:

    npm run test

The app should now be running on http://localhost:3000.

Technologies Used

  • React
  • Typescript
  • React Router
  • Tailwind CSS

Credits

Pokémon data provided by PokeAPI.

This project was created as part of a tutorial or learning experience.

License

This project is licensed under the MIT License.

About

Poke Pose is an application that displays all the pokemons there is in PokeAPI and their traits. This application is built using React and Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published