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?

    This project helped me apply some data fetching techniques using json-server and services in Angular. I was also able to apply some component architecture knowledge learnt from the previous material by breaking down the design into components. I would definitely build the designs from mobile first going forward.

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

    It wasn't really a challenge but I was able to implement a much simpler way of fetching data using services and asynchronous data fetching techniques.

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

    For designs like these, should I go with pixel perfect applications, in the sense that if the design file says a card has a width of 200px, should I hard code the card to have the exact width? The reason I ask this is because, the part of the design where the actual summary goes, I didn't hard code the width of each category card but instead used flex gap to give the spacing between the category title and the score.