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


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

    I'm especially proud of the JS on this project. It was built from the ground up and went through several iterations, but I made a working project. Given that most of my work so far has been with DOM manipulation, finding ways to get data and make changes without pushing a button took quite a while to figure out. Also, the switch-case was a neat trick I'm happy to have figured out.

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

    I started the project in tailwind...that was not a good idea. After wrestling with it for a while I restarted the project using SCSS as my ultimate goal was to work on JS. When it comes to the JS, I ran into a lot of issues. There are a lot of variables that go into this project, so I had to create a framework to gather the variable and get the parts working together. I ultimately settled on a system of changing the ID of certain sections and getting the numbers to use based on the ID used at that moment.

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

    Any general JS tips as usual. While I'm very happy with it, it definitely took a very long time with lots of research and very, very messy reiterations.

  • Submitted


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

    I'm really happy with how I was able to incorporate fetch. JS is still a bit daunting so getting it to work was a labour of love for a fun challenge.

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

    Getting the info from the fetch to actually fill the cards. The innerHTML was easy enough, and getting a console log of the fetched data was easy, but getting the elements to actually pull the data was a pain.

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

    I have a feeling my code is extremely clunky and, while I'm happy with how it works, am certain it's janky and held together by duct tape.

  • Submitted


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

    I'm really proud that the Javascript was actually quite easy! I had some trouble getting the form to work, but at some point it mostly clicked on my own.

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

    PROTIP: don't use larger scaling when designing your CSS. I did and then it looked wrong when I uploaded it to Github, making me redo a lot of the things today. Other than that, getting the form to work perfectly was a pain at first, but ultimately doable.

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

    Any feedback regarding JS would be immensely helpful!

  • Submitted


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

    Figuring out the Javascript was quite fun actually. I also was very happy continuing the work with my padding and margins.

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

    The share box was a giant PITA. Additionally, dealing with the image size was a hassle, but I now know about object positioning a lot better. Getting the share button to work was also a hassle and at one point I soft-key gave up when it was "good enough."

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

    Figuring out how to deal with SVG files. I followed a few tutorials but none of them worked for my project. I'm guessing it had something to do with how I nested things but still. yeah. I also couldn't think of how to remake the div on the mobile client with the share materials to include the share button.

  • Submitted


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

    This was a chance for me to work with both flexbox and grid. Also I'm a little more polished with media queries now and more comfortable with it.

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

    Padding and margins were a little persnickety. I also ran into some trouble with coloring things that I had to work around.

  • Submitted


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

    This was the first thing I've made on my own not following a tutorial. It took a lot longer than I thought but I'm generally happy with it. It was also good practice with SASS. I'm most proud about remembering that there's a difference between and * when styling (yes, that was an issue).

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

    The margins were consistently the biggest issue for me. A lot of it for quite a while was me forgetting to add a box-sizing element to my reset and putting all of the body styling in the * tag. Google University didn't help there.