I need a code review. I am in the process of learning. Thank you verry much for this challenge.
McBurd
@itbeginshereAll comments
- @ZetagoSubmitted over 2 years ago@itbeginsherePosted over 2 years ago
Hi Zetago, I see you have just started on Frontend Mentor and that you are in the process of learning how to code. Great work for stepping in the right direction to get out of tutorial hell.
I will leave some advice for going forward and some suggestions for your solution.
Advice: Instead of codepen.io. Make use of the lightweight code editor visual studio code. It is simple to install and set up git hub repositories. You should make use of GitHub to store your code, it makes it easier to share your code with others. This way you could host the site yourself for free using Vercel. It links up to your GitHub account and has the site up and running for you in under 5 minutes!
Suggestions: Look through the generated report by Frontend mentor and fix all those problems, it will help you to better understand the semantics of HTML. Also, rather get rid of the setting the text to blank everytime the button is clicked. For a brief moment the card appears empty.
0 - @MingZooxSubmitted almost 3 years ago