CorinaMurg / html-tag-quiz

A quiz to help you learn and test your knowledge of HTML tags. Open source.
https://html-tag-quiz.netlify.app/
MIT License
8 stars 10 forks source link

Progress bar #28

Closed CorinaMurg closed 11 months ago

CorinaMurg commented 11 months ago

Description

The quiz features now a progress bar that changes with user input.

Accessibility Approach By using the semantic HTML tag progress, along with some JavaScript logic, we ensure that the progress bar is accessible:

Related Issue

Closes #25

Acceptance Criteria (AC)

Type of Changes

Type
✨ : Enhancement

Screenshots

image

Testing Steps / QA Criteria

To test, start adding tags to the list:

netlify[bot] commented 11 months ago

Deploy Preview for html-tag-quiz ready!

Name Link
Latest commit fce4e91c4e93c2a55e17f2f677349b73483a6660
Latest deploy log https://app.netlify.com/sites/html-tag-quiz/deploys/6535091149a9ac00086fc31f
Deploy Preview https://deploy-preview-28--html-tag-quiz.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

YuriDevAT commented 11 months ago

For the UI we can create a separate issue. Functionality is prio No1.

YuriDevAT commented 11 months ago

It seems the branch has conflicts in the index.js file. After resolving them in your forked branch I am happy to merge the PR 😀