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 comments

  • Gakii 470

    @G-Gakii

    Submitted

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

    I had no trouble creating a responsive website.

    • building the app with React;
    • styling it for the first time with Sass

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

    I hope to improve in my next project by integrating sass in styling. This was the initial use of it.

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

    I would welcome any suggestions on how to do better.The next time, I'll incorporate SASS variables into my project.

    P
    gajbos99 170

    @gajbos99

    Posted

    Looking nice!

    1
  • P
    yoyov51234 240

    @yoyov51234

    Submitted

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

    Kept working on the projects

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

    1. Click on the options, the option color is changed. - tried to use css presudo class for this, but failed, looked into other's code. Separated to different ones.
    2. The layout of the media query sometimes are not applied, fixed this because the class rank is lower than the default media.
    3. The cards was generated by the data.json. - learned to deal data with js

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

    1. Seems I was using flex box too much, would it be a good choice, or the suggested way?
    P
    gajbos99 170

    @gajbos99

    Posted

    Looking good!

    0
  • @antimatterhut

    Submitted

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

    I am proud I got it to all work, despite my code being very complex and messy. I had to redo a couple of parts a few times, this was challenging for me.

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

    The biggest challenge was combining the success overlay with the css and js, and have it all be responsive.

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

    Js. I feel like what im doing *works but is not scalable in any way or optimal in any way.

    P
    gajbos99 170

    @gajbos99

    Posted

    Looking very nice!

    0
  • P
    yoe7501 240

    @yoe7501

    Submitted

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

    The first program with actual coding from java script though it wasn't much

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

    I thought the precendence made things really difficult I found out if i have nesting i should use the same amount of nesting within a query or previus attributes will take precedence.

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

    Anything Helps.

    P
    gajbos99 170

    @gajbos99

    Posted

    Very nice, would like to see your code but the page does not show..

    0
  • P
    Gilbert 290

    @juliengDev

    Submitted

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

    I am pleased to have been able to delve deeper into certain CSS techniques, particularly the stacking of elements on top of each other. Additionally, I managed to modify the arrangement of elements in complex layouts, such as the header that loads different images depending on the viewport size. Overall, I am satisfied with the result.

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

    I had to do some research for the layout and loading of images for the header, the number above the footer, and how to integrate a background image with an overlay color to achieve the desired effect on the footer.

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

    As usual, I welcome any feedback that can help me improve. Please feel free to provide a detailed review; it’s the ultimate goal of every project here. Thank you in advance, and you can add me on GitHub

    P
    gajbos99 170

    @gajbos99

    Posted

    Looks very nice!

    1
  • aztromel 40

    @aztromel

    Submitted

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

    I really liked that I was able to grasp the concept of grid and flex better in order to align the card right in the center without any issues, I was also able to align the content inside the card correctly without any issues. However, I really had issues trying to edit the svg and making sure the card was responsive in mobile devices. I also feel I could've done better in building the animation.

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

    My biggest challenge by far was trying to make the design responsive, but I tried solving this by using a predetermined width and also making the font sizes responsive enough.

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

    I would like help in understanding a better and more efficient way of building a responsive design for this solution. Is there a way to change the width without using media queries?

    P
    gajbos99 170

    @gajbos99

    Posted

    Good job! Try some padding between some of the text elements and it looks exactly the same.

    0
  • @Alexandru736

    Submitted

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

    Being able to modularize better the sass code

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

    How to syncronize the distances between cards. The way I overcame this problem is by using the grid-areas property.

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

    Check please if I successfully did the mobile-version first workflow good

    P
    gajbos99 170

    @gajbos99

    Posted

    Good job!

    0
  • @sksksk2024

    Submitted

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

    About understanding more grid.

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

    Nothing ;)

    P
    gajbos99 170

    @gajbos99

    Posted

    Looking very nice, would only work on the heading text not being bigger than in the example.

    1
  • P
    gajbos99 170

    @gajbos99

    Posted

    The desktop version is looking nice, however, the card component is not response. Its a good practice to start on the mobile version, this usually is the easiest way to create a responsive website. look into media queries and breakpoints to know more about designing responsive layouts.

    0
  • @ahmedsomaa

    Submitted

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

    I am proud to apply mobile-first design, to identify the styles that could be identified as globals (general), and to apply the styles for different screen sizes. In addition, I am glad to be able to structure the document with semantic elements like main, section, ul, ol, h1, h2 and so on.

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

    • Adding a border bottom to the table row, it was working when added to td but not when adding it to tr, I did a bit research and learned about border-collapse.
    • Styling the li markers was a bit fun; never encountered it before.
    P
    gajbos99 170

    @gajbos99

    Posted

    Beautiful! Almost pixel-perfect to the challenge. keep it up.

    1
  • P
    gajbos99 170

    @gajbos99

    Posted

    Beautiful! Pixel-perfect to the challenge.

    1
  • Mehrine 120

    @DarkMoonLit

    Submitted

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

    I am happy that it is starting to take me less time to code HTML and CSS without much guidance from the template provided.

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

    I haven't had much issues with this code, getting more familiar with CSS components.

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

    Instead of using flexbox, what other tools could I have used to have the same results?

    P
    gajbos99 170

    @gajbos99

    Posted

    Hi there! Good job first of all! Answering your question, i think flexbox is a really good solution to do this. only thing i could give you as feedback, as to look closely at the details so you can recreate the challenge as close as possible.

    1