-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Create Hint Button #31
Comments
i would like to contribute |
As the label points out this ticket still needs some updates. I can assign you if these updates are made, but cannot guarantee if this will happen during Hacktoberfest. |
Can I work on it? |
Sure @Tashuuuu, please go ahead |
Hi @Tashuuuu how are you doing? Two weeks have passed with no PR from you. Are you still working on this issue? Otherwise, the issue will be unassigned, as written in the contribution guideline. |
Is the issue open for contribution? If so can I work on this? |
Hi @ShivangiRai1310 . The issue is already assigned. @CorinaMurg Coming to think of it, is this issue still relevant for our current state of the app? 🤔 |
I would like to contribute. Seems like this issue is a bit stale and you've had bad luck with other offers. |
Description
As a User I want to see a button with the text HINT in it. The button should be fully accessible.
The button should appear beneath the container which surrounds the current app.
The button should keep its default styling (no extra CSS needed).
The button does not need functionality (no JavaScript needed).
Useful resources
MDN documentation on
button
: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/buttonMDN documentation on
text-transform
: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform### SUGGESTED FEATURES
4. Hints that are revealed when the user clicks a button. (I know, it’s a quiz, so maybe we should not help, but sharing the idea anyway in case it might inspire related features.) For example: total number of tags, number of tags that start with a certain letter, which letters of the alphabet are NOT used to start a tag, etc.
Originally posted by @CorinaMurg in #20 (comment)
The text was updated successfully, but these errors were encountered: