Skip to content

mehdi22256/JS-Pokemon_API_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.2%
  • HTML 24.5%
  • JavaScript 22.3%