This project is a Single Page Application (SPA) that provides a Pokedex interface to view and learn about different Pokemon. It was developed as part of a bootcamp where I was learning programming concepts.
The Pokedex SPA allows users to view a list of Pokemon and click on each Pokemon to see detailed information, such as its name, image, types, and description.
- List of Pokemon with clickable links
- Detailed view of each Pokemon with its information
- Responsive design for various screen sizes
You can see a live demo of the project here.
- HTML
- CSS
- JavaScript
- jQuery
- Bootstrap
- Require.js (for module loading)
- API (for fetching Pokemon data)
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser to launch the application.
- Upon opening the application, you'll see a list of Pokemon on the right side.
- Click on a Pokemon from the list to see its detailed information on the left side.
- You can explore different Pokemon by clicking on their names in the list.
Contributions are welcome! If you find any issues or want to enhance the project, feel free to open a pull request.
This project is licensed under the MIT License.