Results Summary Component with HTML and SCSS

Solution retrospective
I think the scss loop for the different colors is an easy to maintain and clear solution.
Overall next time i would plan the spacings in detail, before starting.
What challenges did you encounter, and how did you overcome them?I had to readjust the spacings a few times, which made my solution messier then it had to be.
And im not sure if i did the gradients correctly.
What specific areas of your project would you like help with?Open for any ideas to improve! :smiley:
Please log in to post a comment
Log in with GitHubCommunity feedback
- @YacoubDweik
Hey Mario!
Good job I really liked your discipline!
The solution is good I did not find any issues but I have an advice for you regarding GitHub.
Honestly there's no need to upload Node Modules Folder, because When you upload your project to GitHub, it's generally recommended to exclude the node_modules directory from your repository. This directory contains all the dependencies of your project, and it can be quite large due to the number of files and packages it contains.
To exclude the node_modules directory from being uploaded to GitHub, you can create a file named .gitignore in the root of your project and add the following line to it:
node_modules/
In Front End Mentors files we already have this .gitignore file so just add that line above to the end of it and here you go!
Keep up the strike man!
Marked as helpful - @matthewkuria
Great Work!Keep going.
- P@mariosearchteam
Thank you Yacoub, that´s a great idea. I will implement the folder in the gitignore files from now on!
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord