I learned a lot of information while making the application. While writing javascript, I put the back button I saw on youtube into the code, but I made a comment line. I need to try to edit the image of the mobile screen
Antonio Nascimento
@antoniornnetoAll comments
- @Huskarl1Submitted over 1 year ago@antoniornnetoPosted over 1 year ago
Hey, Huskarl1!
Great job!
If I can left you some tips use and abuse more about flexbox properties in your project. He is powerful to put the elements exactly where we want it. Here are some links:
A Complete Guide to Flexbox | CSS-Triks
Practice Flexbox - Build with Flexbox
Keeping practice and always see others people codes solution to help you to improve.
Grab a coffee and keeping coding, good luck in your journey!
Marked as helpful0 - @cassialitySubmitted almost 2 years ago
Hello!!
I worked hard to make this even though it was simple.
Please, all suggestions are welcome!
@antoniornnetoPosted almost 2 years agoHey Cassia, please let me share with you some suggestions thats somebody share with me to improve your code, about the buttons.
If you have any questions or need further clarification, feel free to reach out to me.:
To ensure that the "rating buttons" are fully accessible 💯, they need to be built using a form ⚠️.
Everything will be wrapped inside a fieldset which will have a legend that is visually hidden using CSS. Inside, there should be five input radios and each input should have a label attached to it to make the “ratings” accessible. The last thing you will want to include will be a button so users can submit their choice.
Once the top is implemented , for your JS, the eventListener should be on the form ⚠️ as a submit.
Happy Coding! 🎆🎊🪅
Marked as helpful1