Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.11 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.11 KB

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.