Latest solutions
- Submitted about 1 month ago
Tip Calculator HTML | CSS | JS
- HTML
- CSS
- JS
- Like always, i'd like alternative approaches to how i completed this project.
- I'd also appreciate advice on best practices to solving this project.
- Submitted about 1 month ago
TIME-TRACKING-DASHBOARD HTML | CSS | JS
- HTML
- CSS
- JS
- I always look for alternative approaches and best practices to the way i handled my project.
- Submitted about 2 months ago
NEWSLETTER SIGNUP HTML | CSS | JS
- HTML
- CSS
- JS
- As always, I would like alternative approaches to my solution and best practices as well.
Latest comments
- @thedanielkingSubmitted 28 days ago@BeeAlmightyPosted 25 days ago
Great work Daniel.
- I'd recommend the use of CSS transition property to make your hover effects or other transitions look smoother
Marked as helpful0 - @kamilkoziol5Submitted about 2 months ago@BeeAlmightyPosted about 1 month ago
Great work Kamil Kozioł! Honestly, i dont see how i could have improved your really good solution, but for semantics, we're told to avoid the use of divs as much as possible as they impair web assessibility and search Engine optimization.
0 - @osuulolaSubmitted about 1 month ago@BeeAlmightyPosted about 1 month ago
@osuulola Great attempt at this project. At least i can some good level of functionality on your javascript, however your css can be improved as well as your project looking as close as possible to the design. You can borrow a thing or two from my solution at least in the styling department but in general good try!
0 - P@gabrieltrtlSubmitted 8 months ago@BeeAlmightyPosted about 1 month ago
@gabrieltrtl. Great work with your project. Honestly, i don't know of any way that i could improve your code, it's clean, concise and ideal. Good work!
0 - @7osny13Submitted about 2 months ago@BeeAlmightyPosted about 2 months ago
Hi OMAR HOSNY, Great attempt at the challenge given by frontend mentor. However there are certain things i think you need to work on.
- Your solution is not responsive as from screen sizes of 700px, the image is seen out of the container.
- Avoid the use of divs, as they affect Web accessibility and SEO and are not semantic as well instead use main, section, article, header, nav, footer e.t.c
- Then after the Thank you message it's impossible to get back to the homepage again. I think you omitted the javascript for that functionality. But in general, good attempt and i hope you get better at this. I am rooting for you. 👍🏾
Marked as helpful0 - @kunal90803Submitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
Trying JavaScript for the first Time.
What challenges did you encounter, and how did you overcome them?I am stuck in how to handle the screen size accordingly with js and css so i made temporary adjustment to reload the page at 800px.. I know that's not the good way of solving issues but am not able to solve it.
What specific areas of your project would you like help with?An not able to handle responsiveness perfectly as if share button is clicked on small screen it does not show the similar active design on larger screen when that change the screen size whit inspect feature.. It would be really helpful if somebody tell me how did they do that in their project.
@BeeAlmightyPosted about 2 months agoGreat work kunal90803, your solution is relatively close to the design given.I love how neat your code base is and how everything belongs where they belong. Honestly, i can't see much to correct here but:
- avoid using divs as much as possible as they interfere with web assessibilty such as screen readers and SEO.
- I think there are shorter ways to write the javascript you wrote but kudos to you because you said it's your first time and the code works as well. Great work!
Marked as helpful1