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 solutions

  • Submitted

    interactive comment challenge

    #next#tailwind-css
    • HTML
    • CSS
    • JS

    0


    this challenge is quite complicated, especially when dealing with nested replies, need to make lots of recursive function just to traverse the nested replies. i wonder if there are more efficient way to tackle the issue

    any feedback is appreciated

  • Submitted

    intro section dropdown

    #next#tailwind-css#bootstrap
    • HTML
    • CSS
    • JS

    0


    any feedback is very appreciated!

  • Submitted

    expense chart component

    #chart-js#next#tailwind-css
    • HTML
    • CSS
    • JS

    0


    first time using chart-js, any advice is very appreciated

    1. to me, the font in my solution is not quite identical with the challenge, i already use the same font as implied on style-guide, but yet the result is different.
    2. there are some unnecessary information on the tooltip like the day and amount label, i already scoured the docs but i don't find how to remove them
  • Submitted

    Interactive Card Details

    #vue#sass/scss
    • HTML
    • CSS
    • JS

    0


    the test case for form validation

    1. if input field is blank
    2. if month number value is larger than 12
    3. if year value is smaller than current year as for formatting (card number,cvc,month,etc cannot be alphabet), i use @input function to format the value using regex, so i don't think it's necessary to display wrong format error, as user will not be able to type wrong format anyway

    any comments are very welcomed!

  • Submitted

    Notifications Page Main

    #vue#sass/scss
    • HTML
    • CSS
    • JS

    0


    adding another feature:

    • when clicking mark as all read, i persisted the state of read status via local storage

    any feedback is very welcomed

  • Submitted

    News Home Page Challenge

    #next#sass/scss#material-ui
    • HTML
    • CSS
    • JS

    0


    Using material ui for drawer

    • having issue with aligning the images between news section
  • Submitted

    age calculator challenge

    #sass/scss#vite#vue#typescript
    • HTML
    • CSS
    • JS

    0


    test scenario

    • when field is empty
    • when date, months and year are in the future
    • when inserting invalid days (e.g, day 30 on february)

    on first render, the default value is current year and current date

  • Submitted

    job listing challenge

    #sass/scss#vue#typescript
    • HTML
    • CSS
    • JS

    0


    any feedback is very appreaciated

  • Submitted

    nft card challenge

    #vite#vue#sass/scss
    • HTML
    • CSS

    0


    any feedback is very appreciated

  • Submitted

    qr-code challenge

    #sass/scss#vue#vite
    • HTML
    • CSS

    1


    any feedback is very appreciated

  • Submitted

    interactive rating challenge

    #vite#vue#sass/scss
    • HTML
    • CSS
    • JS

    0


    adding features to the challenge

    1. dynamic score in "you have selected [number] out of 5", the score will be based on what number the user select
    2. adding validation when the user hasn't click any score (showing error text)
  • Submitted

    product review challenge

    #vite#vue#sass/scss
    • HTML
    • CSS

    1


    there is a slight difference between browser like firefox and chrome on how they read height.

    • in firefox, once i set the width, the height will shrink proportionally
    • in chrome, in order to get the exact height, you have to define it
  • Submitted


    Plain html,css,js

    • having difficulty in finding the right background color on hover state
  • Submitted


    any feedback will be very appreciated

  • Submitted


    adding a little JS in the chat section. this project is quite tricky, and perhaps look quite raw in the css part.

    any feedback is very appreciated

  • Submitted


    i don't draw data from Json and instead hardcoding them one by one. any feedback and is greatly appreciated, especially on how to draw data from json to HTML

  • Submitted


    it successfully tracked my ISP, but somehow the location is way too off

  • Submitted


    a very challenging project. first, i tried to use Splide.js, but i don't know how to edit the button for the carousel to work, so i end up using plain JS to work out the carousel. the problem is with the arrow itself, as it is absolutely positioned, and cannot stick with the edge of the image, is there anything i can do about it?

    first time using SASS btw.

  • Submitted


    any feedback is greatly appreciated

  • Submitted


    i think the calculator is still buggy. any feedback is greatly appreciated

  • Submitted


    there is a massive CSS difference in Chrome and Firefox. everything in firefox is normal, but when it opened with chrome is all messed up. is there something missing with my code?