Are You Smarter Than a Fifth Grader? is a web application designed to challenge players with trivia questions commonly found in fifth-grade curriculum. Built using HTML, CSS, and JavaScript, this project offers an interactive experience where players can test their knowledge in various subjects against a fifth-grade standard.
Interactive Gameplay: Users can navigate through different stages of the game, starting from the introduction to the actual trivia questions, and finally to the end where they see their final score.
Trivia Questions: The game presents users with a series of questions covering subjects typically taught in fifth-grade education, such as mathematics, science, history, and language arts.
Multiple Choice: Each question is accompanied by multiple-choice answers, allowing players to select the option they believe is correct.
Score Tracking: The game keeps track of the player's score as they progress through the trivia questions, providing feedback on whether their answers are correct or incorrect.
Timer: A countdown timer adds an element of challenge, with players needing to answer questions within a specified time limit.
High Scores: Players can view high scores achieved by themselves or other players who have completed the quiz successfully.
Restart and Clear: Options are available to restart the quiz or clear high scores for a fresh start.
Start the Game: Open the index.html file in a web browser to begin the game.
Answer Trivia Questions: Navigate through the trivia questions by selecting the correct answers for each topic.
Finish the Game: Complete all the questions to see your final score and determine if you are smarter than a fifth grader.
View High Scores: Click on the "View High Scores" button to see the top scores achieved by players.
Restart or Clear: Use the options to restart the quiz for another attempt or clear high scores if needed.
The main entry point of the application, containing the introductory page with a call-to-action button to start the game.
A page displaying trivia questions about various subjects typically taught in fifth-grade curriculum, presented in a user-friendly format.
A high scores page where players can view top scores achieved by themselves and other players.
Directory containing CSS files (style.css) for styling the application, JavaScript files (script.js) for functionality, and images used throughout the project.
HTML5: Used for structuring the web pages and content.
CSS3: Employed for styling the user interface and enhancing visual appeal.
JavaScript: Implemented for interactive atures, event handling, and game logic.
https://github.com/Igimbayeva/Are_you_smarter_than_a_fifth_grader
https://igimbayeva.github.io/Are_you_smarter_than_a_fifth_grader/
Special thanks to the creators of the "Are You Smarter Than a Fifth Grader?" TV show for inspiring this project.
This project is licensed under the MIT License.