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?

    CSS Grid - I have limited experience working with CSS grid so completing this project allowed me to familiarized with it more and hence making me proud with my progress with CSS thus far.

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

    I'd say the media query was my biggest challenge and although I am happy it worked at the end of the day, I find my approach to be inefficient and definitely the 'last resort' For context, I used absolute positioning to position the dashboard containers for phone screen sizes. In other words, I individually position each and very dashboard container which is far from efficient or 'clean' in my opinion.

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

    If anyone have any suggestions regarding a different approach to responsive screen sizes then please let me know. Any suggestion is greatly appreciated!

  • Submitted


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

    This is my first time using Parcel and I had trouble in the beginning setting everything up and understanding how everything works. It took some time but I eventually got the gist of it :) This is also my first Node.js project so it was an interesting experience overall.

  • Submitted


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

    Further developement will definitely change the structure surrounding the toast message. I essentially structured the toast message and the contact form as "one" so when the toast message is activated, it will appear on top of the contact form and create space for the toast message by "pushing" the contact form down.

  • Submitted


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

    The link only works when the user cursor is directly on the anchor tags of the link. In other words, if users hover somewhere else in the social links container, the link will not work.