A simple and effective Quiz App built with HTML, CSS, Javascript.
This repository contains the following unique functionalities -
- High Score Management: Implemented local storage functionality to save and retrieve high scores, ensuring persistent user data across sessions.
- Progress Tracking: Developed a dynamic progress bar to visually represent user advancement, enhancing user experience.
- Interactive Loader: Designed and integrated a spinning loader icon with CSS animations for improved user interface responsiveness during data loading.
- Dynamic HTML Generation: Utilized JavaScript to dynamically generate and update HTML content, creating a more interactive and engaging application.
- API Integration: Employed the Fetch API to retrieve trivia questions from the Open Trivia DB, seamlessly integrating external data into the application.