Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    this is very impressive doing everything on vanilla JS. Can you tell me which tool you used to learn JavaScript?

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    wow! great work did you use a library for the drag-and-drop feature?

    0
  • @Temi-pinheiro

    Submitted

    Posting this as a reference point, this was 2 years ago when i started writing prod code myself and i wasn't really sure how to do everything so i could not even complete the solution lol. Right now i would honestly do this so easily but meh. I think im satisfied with not knowing it all back then and i'm still proud of myself

    Prashanth 290

    @PrashanthBalakrishnan

    Posted

    Need to set max-width The theme selector does not match the design

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    The calculator is not working. Possible issues with the submit button

    Marked as helpful

    1
  • iRaYzEn 240

    @iRaYzEn

    Submitted

    just html, css(i used BEM) and js

    Prashanth 290

    @PrashanthBalakrishnan

    Posted

    incorrect logic the calculated amount is incorrect.

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    the button is not positioned in the middle when its in mobile screen.

    Marked as helpful

    0
  • @SvitlanaSuslenkova

    Submitted

    It took too much time and efforts to do it. I think poor js is not very suitable for this task... Had an unsolved problem: Some variables didn't work if taken out of the function.

    Prashanth 290

    @PrashanthBalakrishnan

    Posted

    use

    /* Chrome, Safari, Edge, Opera */

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

    /* Firefox */

    input[type=number] { -moz-appearance: textfield; }

    to remove the number control on the input buttons

    Marked as helpful

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    use relative position on the line and absolute on the button then use left | right | top | bottom to position the button on the line.

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    need to align the component better with margin for mobile

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    need to change font sizes to match the design

    0
  • Prashanth 290

    @PrashanthBalakrishnan

    Posted

    Try using BEM naming model for your class names. use this link to get more information https://css-tricks.com/bem-101/.Also use semantic HTML for better SEO.

    0