Design comparison
Solution retrospective
Finally, my last project has also been completed. Am proud because I have not given up on coding and the more practice, the better. Next time, I will not give up on my goal of developing more projects.
What challenges did you encounter, and how did you overcome them?As usual, the challenge I faced was to develop ideas of how the project was going to look but I ended up coming up with the idea by looking at how other designers' signup projects look then I came up with the I do I want to use.
What specific areas of your project would you like help with?I need feedback on how all of my projects look like and what are some of the areas to improve on to become good. Your feedback is important to me.
Community feedback
- @ChamuMutezvaPosted 29 days ago
Hi Matthew
I suggest to follow the learning path by using the link shown at the top of this page. The
learning path
will introduce you to the resources and the easiest challenges - this enables mentors and other learners to provide feedback that will not overwhelm you.Your current solution has some fundamentals that needs to be addressed, such as
- Proper usage of semantic and layout elements
- Missing labels for input elements
- CSS inline styling which should be generally be avoided, makes debugging and maintenance complex. Separation of concerns is important
- Font sizes that are in px values which are not good for a responsive website. Use rem or em
- Site is not responsive
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord