Latest solutions
- Submitted about 16 hours ago
Product preview card component
- HTML
- CSS
I need to learn more about flexbox and grid
- Submitted 1 day ago
Social links profile
- HTML
- CSS
I would like to improve my knowledge on adaptive design
- Submitted 3 days ago
Blog preview card
- HTML
- CSS
It's still hard to conform DRY principle in CSS code as I don't have a lot of experience and not sure what's needed to be moved to a separate var and what's not
Latest comments
- @devPauloskiSubmitted about 16 hours ago
- P@Mohammed-Osama-pgSubmitted 1 day agoWhat challenges did you encounter, and how did you overcome them?
Focus on making the website pixel-perfect.
P@DeKapitoPosted 1 day agoGood job! It looks good to me, but I'm not really competent enough to give reviews to other people
0 - @ArjunO-008Submitted 9 months agoP@DeKapitoPosted 1 day ago
Looks good to me. I would recommend using classes for styling instead of html tags, but I'm pretty sure that you understand it and just went with the simple solution because project is quite small
0 - @kalogiannisSubmitted 13 days agoP@DeKapitoPosted 3 days ago
Great job with this! You made a huge step into direction of becoming a great Fronted engineer.
Essential part of Software Engineering carrer is to constantly improve your skills and solutions. So any project can be improved (also important not to overwhelm yourself by being perfectionist) and here are possible improvements for your solution:
- Better to use css classes to style elements on the page instead of styling html tags. I understand that the project is simple and has a strictly defined design, but it's always good to train classes naming skill :D
- Spacing between elements differs from the design. If you have an access to Figma design, then there is an article on basics of Figma: https://www.frontendmentor.io/articles/figma-for-developers-how-to-work-with-a-design-file-m6CZKZ1rC1
- You can use some formatting tool to format the code for better readability. In VS Code there is a command "Format Document" (shortcut depends on the OS you use). You can even setup it to be executed every time you save a file
0 - P@socratesioaSubmitted 4 days agoWhat are you most proud of, and what would you do differently next time?
The challenge helped me remember some of the basics of html and css.
What challenges did you encounter, and how did you overcome them?It was pretty straightforward.
What specific areas of your project would you like help with?I am always worried that I am taking the long route to a solution, meaning I always feel there is a much easier way to solve a challenge and that I can't think of it.
P@DeKapitoPosted 4 days agoGood job! I'm not competent enough to give feedbacks but I liked your solution :D
0