- Users can search for a Pokemon by name or ID
- Displays Pokemon name, image, and abilities
- Uses PokeAPI for fetching Pokemon data
- Homepage: Introduction to the app with a call-to-action button to start building a team.
- Search Page: Users can search for Pokémon, view details, and add them to their team.
- Sign-In Page: Trainers can log in to access their personalized Pokémon team.
- Team Page: Displays the user's selected Pokémon team.
- HTML - Page structure
- CSS - Styling with a clean layout and button styles
- JavaScript - Handles API functionality
Project Root
│── font/
│ ├── Pokemon Hollow.ttf
│ ├── Pokemon Solid.ttf
│── images/
│ ├── A_Group_Of_Pokemon.png
│ ├── PikachuBackgroundImage.png
│ ├── Pokeball.png
│ ├── Pokemon_sceneic_valley.png
│ ├── PokemonLogo.png
│── pages/
│ ├── search.html
│ ├── sign_in.html
│ ├── team.html
│── scripts/
│ ├── script_index.js
│ ├── script_search.js
│ ├── script_sign_in.js
│── src/
│ ├── Pokemon-Logo-PNG-Clipart.png
│── styles/
│ ├── style_default.css
│ ├── style_index.css
│ ├── style_search.css
│ ├── style_sign_in.css
│ ├── style_team.css
│── index.html
│── README.md



