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

    todo-list

    • HTML
    • CSS
    • JS

    0


    What are you most proud of, and what would you do differently next time?

    I have managed to get most of the objectives to work, although I have had to look up a solution for the drag and drop re-order part, and only understood about half of it, which is not great, but it was a bonus thing so it is what it issss

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

    The javascript part with the drag and drop was something I had to look up, which I felt bad for since I didnt completely understand, but I did try!

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

    Any feedback helps!

  • Submitted

    Calculator-app

    • HTML
    • CSS
    • JS

    0


    What are you most proud of, and what would you do differently next time?

    I managed to do the JavaScript and the Theme without resorting to the solutions / code snippets I found online on it.

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

    As an example, instead of using multiple stylesheets and changing the theme that way, I opted to do it all within JS instead.

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

    Any feedback is good :)

  • Submitted

    News homepage

    • HTML
    • CSS
    • JS

    1


    What are you most proud of, and what would you do differently next time?

    Worked some more on the overall responsiveness, and got to code the burger menu again

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

    Not very familiar with grid, so I struggled a bit to wrap my head around how it works but I figured it out in the end!

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

    Any feedback's good!

  • Submitted

    Age calculator

    • HTML
    • CSS
    • JS

    1


    What are you most proud of, and what would you do differently next time?

    I feel like I was more efficient with my code this time around, making it overall more responsive.

    I have tried abusing view width as much when it came to sizes and all, to at least see how it all works and get a better feel about it (font size included, rather than using REM haha)

    the JS part went pretty nice too - I am pretty sure the calculation part doesn't really add up, but to be fair I wanted to get everything to work nicely rather than the result date being correct haha.

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

    Responsiveness is still quite a mystery to me, so I'm experimenting with lots of size types and methods to size elements up.

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

    Any feedback helps, as always!!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I managed to get the email verification JS part to work all by myself this time! Of course, using a regex example I found online as I'm not familiar with that yet-

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

    I have used view width and height width a bit too much I believe, for certain elements that didn't even need them, just to see how it all works together. It kind of messed up my project's picture on smaller screens, so I had to overflow hidden it. I would've used pixels and such, but I wanted it to be responsive and change itself on its own when the screen width would change and all.

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

    Any feedback helps!!

  • Submitted

    Contact-form

    • HTML
    • CSS
    • JS

    1


    What are you most proud of, and what would you do differently next time?

    I have focused more on the overall responsiveness this time around, ensuring it looks good on 1920, 1440, tablets and smaller mobile screens, and I have managed to get the CSS and HTML part out of the way fairly quickly.

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

    Once again, given my inexperience with Javascript, I struggled quite a bit to get the code to work, and even in its current state, it's not exactly as it should be.

    Still, I was able to get it all down myself which it's pretty nice. I clearly have to create many more projects to get used to and better at it haha

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

    Any feedback helps, as always!

  • Submitted

    FAQ-Accordion

    • HTML
    • CSS
    • JS

    1


    What are you most proud of, and what would you do differently next time?

    Managed to get the Javascript part faster than before, slowly getting better at it!

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

    I struggled with the responsiveness of the project - anything that's not 1920 or 375 aka desktop or mobile, looks real bad, and have yet to figure out why.

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

    Any feedback works!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I got the CSS/HTML down fairly quick, so I'm slowly getting more accustomed to it. Looks pretty good too, just not optimized for screens that are not 1080p or mobile devices

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

    Javascript - I struggled a lot with it but with the help of a rly nice friend I got it to work

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

    Any constructive feedback helps!

  • Submitted

    Landing page!

    • HTML
    • CSS
    • JS

    0


    What are you most proud of, and what would you do differently next time?

    After taking a month off of coding, I'm proud that I was still able to use the knowledge acquired previously to build a website up!

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

    working on the mobile version; Made my first burger menu from scratch too, which wasn't that easy, without much help from the internet

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

    any constructive feedback would be much appreciated!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Making the 2 page project work using window.location.href for my js stuff. Had to do quite a bit of research to get it to work, but hopefully it may come in handy later on!

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

    I didn't think it would be possible to do this project on one html page so I went straight for the double html, one for the feedback star rating, the other one for the thank you message. Could've just had one page, have to containers - one hidden one showing - and hide the other while one's active.

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

    Any tips/feedback is greatly appreciated!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Having a more complex code or so I believe, using multiple ids and classes while trying to keep it relatively clean, trying to apply the feedback I've been given so far!

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

    I tried using Grid for the desktop version, and ended up working with the basics, but sadly still defaulted to flexbox as I'm not sure if I could do everything using grid. I'll have to learn more about that.

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

    Feedback is always appreciated! Gotta learn after all :D

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I've learned how to break down code into smaller bits in order to find out the issue I'm dealing with - I know it sounds easy, even for me since I do this for a living, but I never thought of applying what I know to my coding life haha.

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

    Switching between mobile and desktop, got more familiar with code structure and such, and some practices to help me fix potential issues faster.

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

    Any suggestions are welcome!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Got to practice buttons and a few functions around those, as well a lil bit of animation regarding those.

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

    Having to deal with buttons :D Was fairly easy, save for the hovering part that didnt work at some point, but I somewhat fixed it!

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

    I feel like my code gets a bit cluttered up at times, or even the CSS part, but I'll figure things out as I go

  • Submitted

    Recipe page

    • HTML
    • CSS

    0


    What are you most proud of, and what would you do differently next time?

    I'm pretty happy with how it turned out!

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

    I got better understanding on how tables work in CSS. One HUGE difficulty I had to deal with was not building the website for mobile devices first, focusing on the wider screen variant afterwards. I kind of messed up my CSS (looked prettier before) in order to make the media query work, but at least I know what I gotta do in the future now haha.

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

    Just trying to get as many projects done as I can, slowly but surely raising the difficulty :)

  • Submitted

    QR code page

    • HTML
    • CSS

    1


    What are you most proud of, and what would you do differently next time?

    While not able to 100% replicate the project, I am happy with the dimensions and everything that I got.

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

    I have gotten accustomed to the idea of margin, padding and adding custom languages to my projects. Definitely helped!