Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.24 KB

File metadata and controls

27 lines (17 loc) · 1.24 KB

Pokémon API Project

This project utilizes the PokeAPI to display data about Pokémon.

Users can explore various Pokémon, view their details, and learn more about their abilities, types, and other characteristics.

Requirements

  1. Landing Page: The web app includes a welcoming landing page to introduce users to the application.

  2. Pokémon List Page: Browse through a collection of Pokémon, each displayed within a card with its name.

  3. Pokémon Details Page: Click on individual Pokémon to view detailed information on a new page, including their sprite, name, abilities, types, stats, and height.

    [Bonus]: Provide the Pokémon forms in the details page as a subsection, each form should include the form name and sprite .

Technologies Used

  • HTML/CSS: For the structure and styling of the web pages.
  • JavaScript: To handle interactions and dynamically update the content based on user actions.

Getting Started

  1. Begin by having one team member fork this repository.
  2. Invite other team members to collaborate by adding them to your forked repository.
  3. Familiarize yourselves with the PokeAPI documentation and start coding!

Best of luck on your coding journey!