Pokedex and Pokemon Quiz Welcome to the Pokedex and Pokemon Quiz! This project aims to provide a comprehensive Pokedex application and an interactive Pokemon Quiz for enthusiasts and fans of the Pokemon franchise. The Pokedex allows users to explore information about various Pokemon species, while the Pokemon Quiz challenges users' knowledge about the Pokemon world.
Features Pokedex Search for Pokemon: Users can search for specific Pokemon by name or Pokedex number to access detailed information about each species. Pokedex Entries: The application provides comprehensive information about each Pokemon, including its type, abilities, stats, evolution chain, moves, and more. Interactive Interface: The Pokedex offers an intuitive and user-friendly interface for easy navigation and exploration of Pokemon information. Favorite Pokemon: Users can mark specific Pokemon as favorites for quick access and future reference.
Here is the link to the project"file:///Users/jackiecheung/Module_2/front-end-portfolio-project/index.html"
Pokemon Quiz Multiple Choice Questions: The Pokemon Quiz presents a series of multiple-choice questions to test users' knowledge about the Pokemon world. Difficulty Levels: The quiz offers different difficulty levels, allowing users to choose the level that suits their expertise. Score Tracking: The application keeps track of users' scores and provides feedback on their performance at the end of each quiz. Leaderboard: A leaderboard displays the highest scores achieved by users, encouraging competition and engagement.
bash Copy code git clone https://github.com/your-username/pokedex-pokemon-quiz.git Navigate to the project directory:
bash Copy code cd pokedex-pokemon-quiz Install the dependencies:
bash Copy code npm install Start the application:
bash Copy code npm start Open your browser and visit http://localhost:3000 to access the Pokedex and Pokemon Quiz.
Usage Pokedex Search for Pokemon:
Enter the name or Pokedex number of the Pokemon you want to search in the search bar. Click the "Search" button or press Enter to view the details of the selected Pokemon. Explore the information displayed, including type, abilities, stats, evolution chain, moves, and more. Add to Favorites:
After searching for a Pokemon, click the "Add to Favorites" button to mark it as a favorite. Access your favorite Pokemon quickly by clicking on the "Favorites" tab. Pokemon Quiz Start the Quiz:
Click on the "Quiz" tab in the navigation menu to access the Pokemon Quiz. Choose the desired difficulty level: Easy, Medium, or Hard. Click the "Start Quiz" button to begin the quiz. Answer Questions:
Read each question carefully. Select the correct answer by clicking on one of the provided options. After selecting an answer, click the "Next" button to proceed to the next question. View Results:
Once you have answered all the questions, the quiz will end. Your total score will be displayed, along with feedback on your performance. Compare your score with other participants on the leaderboard. Contributing Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the existing code style and provide detailed information about your changes.
License This project is licensed under the MIT License.
Acknowledgments The Pokedex data used in this project is sourced from the PokeAPI. Special thanks to the creators and maintainers of the Pokemon franchise for inspiring this project. Contact If you have any questions, suggestions, or feedback, feel free to reach out to [email protected]
Enjoy exploring the Pokedex and testing your Pokemon knowledge with the Pokemon Quiz!