Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
28
Comments
20
Daniel king
@thedanielking

All comments

  • Tst Max•420
    @Tasin269
    Submitted 3 months ago

    ...

    1
    Daniel king•510
    @thedanielking
    Posted 3 months ago

    Hi, I think you submitted the wrong code link for the project. The design is meant to be a result summary component and not a recipe page.

  • P
    To-be-Sun•530
    @To-be-Sun
    Submitted 4 months ago

    Space-tourism-multi-page-website-assignment

    1
    Daniel king•510
    @thedanielking
    Posted 3 months ago

    hi man, good work there. A few takeaway here though:

    1. Its obvious home tab is visible on how it doesn't flex to be side by side.
    2. I think creating an html page for each since tab isnt ideal frs. Try looping through a data.json file to put those section when needed in the code.
  • Snigdha Sukun•550
    @snigdha-sukun
    Submitted 4 months ago

    Bookmark landing page using Tailwind CSS

    #tailwind-css
    2
    Daniel king•510
    @thedanielking
    Posted 4 months ago

    Hi there, great work. I love the movement you did with the features section. I just think there is alot of css property involved in the javascript and it looks a little confusing. For readability, you can write a few comment lines to make it easier to learn from you.

  • Hansal N.•110
    @hansaldev
    Submitted 5 months ago

    Responsive HTML and CSS Rome Home Page

    1
    Daniel king•510
    @thedanielking
    Posted 4 months ago

    Nice Javascript. I loved the logic behind it making it seamless. I think you forget to put a hover effect on your navbar and also, the menu button should be on the left so that it can be directly under the close button for better user experience. Great work! Keep coding!

  • Lorena Castillo Goche•300
    @cas1092
    Submitted 4 months ago

    Loopstudios landing page

    1
    Daniel king•510
    @thedanielking
    Posted 4 months ago

    Hi there, nice attempt and I love the way you made the responsiveness on the work grid. A few takeaways I'm sure you are aware of.

    1. The nav list are not styled properly. You can style the over effect using the ::after element in css.
    2. Also, the footer should be justified space between to give space and also the socials should be flex-end to start from the end. Great work by the way and keep on coding. You'll get there!
  • a5420bc•240
    @a5420bc
    Submitted 4 months ago

    flex css position

    1
    Daniel king•510
    @thedanielking
    Posted 4 months ago

    Good work man. I think you should try external styling next time which gives a bit more organization for code and makes it easier for other developers to go through your code.

  • P
    Marcello•480
    @marcello88c
    Submitted 4 months ago

    E-commerce Product Page Project

    1
    Daniel king•510
    @thedanielking
    Posted 4 months ago

    Great code and I love the transitions.

  • gowtham•320
    @gowthamjk08
    Submitted 5 months ago

    responsive using gird and togglable navigation using JavaScript

    1
    Daniel king•510
    @thedanielking
    Posted 5 months ago

    I love how your JavaScript code is so concise honestly man. Well, i think you already know what's up with your code but for clarity sake ill just state the obvious. In simple terms the styling, i am referring to the coloring, is not the same as the design. Im sure you can figure that out easily.

    Marked as helpful
  • hyperavtr•150
    @hyperavtr
    Submitted 10 months ago

    Contact form html/css/js solution

    1
    Daniel king•510
    @thedanielking
    Posted 5 months ago

    wow. Love your javascript code.

  • P
    James D•460
    @jdillard2532
    Submitted 6 months ago

    FAQ Accordion - HTML,SCSS, JS

    2
    Daniel king•510
    @thedanielking
    Posted 6 months ago

    Hi there, nice work you did there. I love the way your javascript looks clean. Keep it up man.

  • Rohloffmeister•470
    @Rohloffmeister
    Submitted 6 months ago
    What are you most proud of, and what would you do differently next time?

    That i made it in a short amount of time. Better naming of classes and ids.

    Interactive rating component using vanilla js

    1
    Daniel king•510
    @thedanielking
    Posted 6 months ago

    Hi there, good work man. A few words on your work if you dont mind. Try working more on learning how to center your container to the middle. There are several ways you can but setting "Height= 100%" makes the chrome scrollable and doesnt look good in a big screen size. Other ways i center mine is using: "position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-right: -50%; " there are other ways you can. Your colors too can be improved on by matching the colors and padding used in the submit button too.

  • calvinvin•1,030
    @calvinvin
    Submitted 6 months ago
    What are you most proud of, and what would you do differently next time?

    More practice on html form elements, css container queries, and javascript.

    tip-calculator-app-main

    1
    Daniel king•510
    @thedanielking
    Posted 6 months ago

    Wow, i love how your code is so clean and the way your javascript is refractored. Looking to learn that from your code.

  • AbdelmonemMarei•270
    @AbdelmonemMarei
    Submitted 10 months ago
    What specific areas of your project would you like help with?

    I appreciate any feedback or suggestions helping me to improve my next challenge. Feel free to leave a comment.

    Time Tracking Dashboard Main Challenge

    1
    Daniel king•510
    @thedanielking
    Posted 6 months ago

    Nice work.

  • P
    Pelzmagic•310
    @pelzmagic
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    I had a problem with writing my media queris for the mobile design, but, i am proud that i was able to overcome this challenge eventually. I intend to be faster with future projects next time.

    What challenges did you encounter, and how did you overcome them?

    I had a problem with writing my media queries, but i was able to overcome this challenge with adequate research on css media queries.

    Newsletter sign up page

    1
    Daniel king•510
    @thedanielking
    Posted 9 months ago

    Hey, great job. Well, everybody has their own ways but writing less code is more advisable especially for the Regular expressions test. I suggest you use /.+@.+..+/ but as I said, there are other better ways.

    Also, for the @media query, I think it's more easier when you plan how to write the code for the large before the smaller screen. And using responsive units like em and rem could soften the load.

  • Raptor0x1•210
    @Raptor0x1
    Submitted 11 months ago
    What specific areas of your project would you like help with?
    • I need help with the image in the component. You can compare the image in my attempt to the solution. The image is somehow cropped and there's some space left in the desktop view at the bottom. It's most likely due to image.
    • Any suggestions would be appreciated on making the javascript code more efficient?

    Article Preview Component using Vanilla JavaScript

    1
    Daniel king•510
    @thedanielking
    Posted 11 months ago

    Nice work man. I had the same issue concerning the image since from the solution it appears to be cropped. I like you JavaScript as well. Could you by chance in a line explain the condition for your JavaScript ?

  • Joel•160
    @JoelJohs
    Submitted 12 months ago

    Testimonials grid section

    2
    Daniel king•510
    @thedanielking
    Posted 12 months ago

    I cant see the task solution

  • Bankole David•300
    @BANKOLEDO
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    I was able to utilize CSS Grid Finally and I am proud of the results

    What challenges did you encounter, and how did you overcome them?

    When i tried to make the webpage responisive, i had issues with the row and column gap, i was able to overcome it by checking out about grid in MDN.

    What specific areas of your project would you like help with?

    I am open to suggestions

    Four Card Feature Page Using CSS Grid

    1
    Daniel king•510
    @thedanielking
    Posted 12 months ago

    Good job

    Marked as helpful
  • Ahmed Mohamed•20
    @ahmedmohamedag
    Submitted about 1 year ago

    Responsive Product preview card component

    1
    Daniel king•510
    @thedanielking
    Posted 12 months ago

    Good job there, I just think you could work a little on your colors and the font weight especially in the price section.

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub