
Design comparison
Solution retrospective
I'm glad I used sass/scss on this project.
What challenges did you encounter, and how did you overcome them?I had difficulty with the layout, it still didn't look the way I wanted, but it was the best I could do for now. I also had problems after I uploaded the project to GitHub, because it worked on my PC, but not on the Github page, but I realized I needed to adjust the path.
What specific areas of your project would you like help with?Any suggestions for improvement are very welcome.
Community feedback
- P@mariosearchteamPosted 4 months ago
Hey :)
good job on this one! Just a few small tipps:
- you can avoid to upload unnecessary files to github with the .gitignore file. You can add the line "node_modules" there for example.
- you are going pretty deep in your CSS nesting like #activity-container => .activity => .activities__container => button Sometimes it´s more readable and easier to maintain when keeping it a little bit "flatter". But that´s more a taste suggestion! :)
Marked as helpful0@AtaizePosted 4 months ago@mariosearchteam Thank you, I will apply your suggestions.
0
Please log in to post a comment
Log in with GitHubJoin 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