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


    I learned how to code in JS back in 2021, and after a period of not practicing I've forgotten so much of it. I wanted to practice through this project but I could not figure out how to switch contents with the toggle function. As you can see I used checkbox in HTML and I was wondering if anyone can help me come up with JS function accordingly... much appreciated in advance! :)

  • Submitted


    Hi y'all..

    I learned so much about JavaScript through this challenge. I learned how to code about a year ago but I wasn't consistent with my practice. While solving this challenge I realized how much I've forgotten and that I lacked practical skills.

    For JS, I have these questions, if I may...

    • Overall, I believe there are functions that would make my coding more concise and less of so many repeated ones. If you have any advice, I welcome anything!
    • Can't seem to come up with how to '.toFixed(2)' bill amount. I want it where after you put amount and click elsewhere, it shows you rounded amount with 2 decimal places.
    • Couldn't figure out how to make results change according to the change of 'bill' and 'number of people', so I had to make it undo the 'tip selector' button as you change value of them so that after that you can 're-type' to see the results. Otherwise the previous result will remain with different button selected, if this makes sense.
    • How do I eliminated the arrow buttons that are automatically inside 'input[type=number]'? I tried '-moz-appearance: textfield;' and such, but it keeps getting reported as 'problems'.

    I was really excited to solve this challenge, as I have only focused on HTML and CSS so far. I want to get better at JS quickly so any advice will help! :) Cheers!

  • Submitted


    I had so much fun solving this challenge. I was lazy to learn about responsive mobile menu feature using JavaScript. I am proud to have figured it out on my own. Yet it was my first trial so any tips and feedback on that specific feature would be appreciated! Another thing I was not very confident about was using Bootstrap and Flex at the same time. It does get complicated from time to time and I learned that it's very important to plan things ahead before coding - looking at the challenge and writing down the sequence of each block (or session) on my note helped clearing it up for myself before starting. Anyways, anyone who's reviewing my work, thank you very much for spending your time on it, and happy coding! :>

  • Submitted


    Most of them were not challenging to do, it was a good practice on CSS Flex. However, I did spend a lot of time figuring out some of CSS features but ended up giving up.. for example, the overlay feature that gives a "tinted color" added to an image. I did look for a solution on google but everything looked kind of complicated. I wanted to know if there's an easier solution such as "filter: ;" that would directly affect the color of img coating, if that makes sense. Also, I wanted to figure out how to align the preview card on the center of any screen - it was very complicated since using Flex, and align-items and justify-content, there should be the height defined but height on every screen is different - and setting it as 'auto' never worked. Thus I set it as 900px which is good for the 1440px width. But I want the card to be aligned in the center for other screen sizes too. Is it possible to make this happen while using Flex still? Other than that, I tried using <picture> syntax, advised from a coder from my previous challenge, but the 'srcset=""' never seemed to work on my VS Code. Unlike when using 'src=""', it doesn't show path for the images, nor copying and pasting the path used on 'src=""' to 'srcset=""' worked. I read about <picture> on W3School and everything, I never succeeded in yielding responsive images using the syntax.

    Would really appreciate it if you could give me some advises on these, and more if there's a room for improvements! Thanks :)

    ------ edited!

  • Submitted


    I solved a challenge that was 'Intermediate' but was struggling. So I wanted to go down a level and practice on the basics with more confidence and assurance. It was so much fun!

    • It helped me review on CSS Flex.
    • I was going to give up on aligning the price tags to the center (the base of $169.99 was aligned with the base with $149.99) but I solved it by using flex align items.
  • Submitted


    • I couldn't complete the right top (supposed to be a triangle shape) for the topdown menu for the mobile design.
    • Any advice on how to expand padding/margin scales (they only have until 5 i.e. px-5) on HTML would be appreciated.
    • Used all suggested fonts from Style guide, but when font size is set larger the font style is lost (it goes back to default font). The heading (WE ARE CREATIVES) is the example.
    • Other than that it was a fun experience, learned a lot about Bootstrap. I chose this project specifically to practice Bootstrap and to get design ideas with colors. Would love to hear feedbacks from the others! Thanks for reading! :D