AgeQuest is a web application that predicts a user's age based on their answers to a series of questions related to technology, media, and cultural experiences across different time periods.
- Interactive Quiz: Users answer a series of questions to predict their age.
- Dynamic Question Display: Questions are displayed one by one, with multiple-choice answers.
- Age Prediction: The app calculates and displays the user's predicted age based on their answers.
- Loading Animation: A loader is shown while the app calculates the age.
- Modal Display: The result is displayed in a modal window after the loader animation.
- HTML5
- CSS3
- JavaScript (ES6)
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Tobennaaustin/AgeQuest.git
-
cd AgeQuest
- Answer each question by selecting one of the multiple-choice options.
- After answering all questions, the app will calculate your predicted age.
- A loader will be displayed for 5 seconds while your age is being calculated.
- Your predicted age will be displayed in a modal window.
AgeQuest/
│
├── index.html # Main HTML file
├── styles.css # CSS file for styling
└── script.js # JavaScript file for quiz functionality
AgeQuest is a terminal-based quiz application that estimates your age based on your answers to a series of questions related to your life experiences. The questions cover various periods and technologies that you may have encountered during your lifetime.