Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 738 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 738 Bytes

Quiz App

Welcome to the Quiz App! This project contains the layout and basic functionality of a mobile web application for quizzes. In future projects, we will expand the app and add all sorts of cool features.

Features

  • View Questions: You can read quiz questions and click buttons to look up the answers.
  • Bookmark Questions: Mark questions as favorites to view them later on the bookmarks page.
  • Profile Page: Visit your profile page to see your progress and activities.

Technologies Used

This project was built using the following technologies:

  • HTML5: Provides the structure and content of the app.
  • CSS3: For styling and layout of the app.
  • JavaScript: Adds interactivity and quiz logic.