This is a simple React application that displays information about Pokémon using the PokeAPI. You can visit the link HERE.
- 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.
-
Clone the repository:
git clone https://github.com/xchangrey/poke-pose.git
-
Navigate to the project directory:
cd poke-pose
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
To run the test:
npm run test
The app should now be running on http://localhost:3000.
- React
- Typescript
- React Router
- Tailwind CSS
Pokémon data provided by PokeAPI.
This project was created as part of a tutorial or learning experience.
This project is licensed under the MIT License.