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


    Hello, this is my solution to the Social Media Dashboard With Theme Switcher Challenge.

    The way I found to solve this challenge was to attribute classes for everything and give the classes styles for the light and dark themes. When the users click on the switch button, all the classes are changed with JavaScript. I couldn't think of a better way, so any suggestion and/or feedback is welcome.

  • Submitted


    Hello

    This is my solution to the recipe page challenge. Feedbacks are welcome

  • Submitted


    Hello 😄

    This is my solution to the FAQ accordion challenge. Feedbacks are welcome

  • Submitted


    Hello 👋

    This is my solution to the Blog Preview Card Challenge.

    (The sizes might be a little different, I can't be sure of the original scale.)

    Feedbacks are welcome

  • Submitted


    Hello! I've just completd the tip calculator app challenge! 🎉

    This is my solution. Feedbacks are welcome

  • Submitted


    Hello!

    This is my solution to the intro section with dropdown navigation challenge. This one was indeed a challenge for me. I think I did a nice work.

    Feedbacks are welcome.

  • Submitted


    Hello 👋

    This is my soluiton to the time tracking dashboard challenge. I'm not familiar with integrating JSON files with JavaScript. I spent hours thinking on the best way to solve this challenge.And there's the result.

    I tink it's worth mentioning that I didn't let a default value when you first enter the site. It'll be all blank, then the user need to select daily, weekly or monthly. It was entirely my choice

  • Submitted


    Hello 👋

    This is my solution to the expenses chart component challenge. This was my first time using an external JSON file with JavaScript, but personally I think I did a good job.

    By the way (I think it's worth mentioning) I got confused at first because I thought the bar with the biggest number was suppose to be in a different color. I just realized later that the different color belonged to the bar with the current week day. I had a little trouble fixing that, but I think I succeded.

    Feedbacks are welcome

  • Submitted


    Hello 👋

    This is my solution to the interactive card details form challenge. In general, I don't know if the way I built the JavaScript was the best way, but I couldn't think of a better way at the moment.

    And about the "Continue" page: when we click on the Continue button I just added the function to reload the whole page

    continueButton.addEventListener("click", e => {location.reload();})

    Since the form does't actually do anything

  • Submitted


    Hello 👋

    This is my solution to the notification page callenge. It was a nice one to do, I just had some challenge when I needed to drop the little red notification icon, but eventually I managed to successfully do it

    Feedbacks are welcome!

  • Submitted


    Hello 👋

    This is my solution to the news homepage challenge. For me it was an easy one, I had some challenge with the CSS part, but nothing too hard.

    Feedbacks are welcome

  • Submitted


    Hello 👋

    This is my solution to the age calculator app challenge. I built it all by myself, I'm still a newbie with JavaScript, my app is totally working but there are a lot of if and else if on my code, so I'm pretty sure there is a better way to do it, but honestly I don't know how.

    Feedbacks are welcome

  • Submitted


    Hello 👋

    This is my solution to the newsletter sign-up with success message main challenge. I'm not a pro with JavaScript, but personally I think it is working pretty good.

    All feedbacks are welcome

  • Submitted


    Hello 👋

    This is my solution to the ping coming soon page master challenge. I'm still learning the JavaScript thing so all feedbacks are welcome!

  • Submitted


    Hello 👋

    This is my solution to the base apparel coming soon master challenge. I feel like I improved my JavaScript skills a little bit since the last challenge I posted.

    Feedbacks and suggestions are welcome!

  • Submitted


    Hello! 👋

    This is my solution to the intro component with signup form master challenge. I'm working on my JavaScript skills, I'm getting better, but not very good yet.

    All feedbacks are welcome

  • Submitted


    Hello, there! 👋

    This is my solution to the FAQ accordion card challenge. It is all working, but I feel that the JavaScrip could've been written on a better way, but honestly I don't know how (JS still is very new to me). Feedbacks are welcome.

    Thanks!

  • Submitted


    Hi 👋

    This is my solution to the article preview component challenge. It is my second project using JavaScript so any feedback is welcome.

    About the JS part: I built the function that makes the pop-up appears when the share button is clicked. I was wondering if I can make the opposite, when the pop-up is already shown, built a function that makes it desappear by clicking anywhere on the screen. I tried to do something but didn't succed

  • Submitted


    This is my solution to the interactive rating component challenge. This is my first interactive challenge where I had to use more than two lines of JavaScript, so any feedback on my coding is very welcome!

  • Submitted


    Hi!

    This is my solution to the chat app css illustration master challenge. Please feel free to point anything I could've made differently.