Article Preview Component using JS and SASS/SCSS

Solution retrospective
I'm most proud of getting the JS down, but I would work on my refactoring skills in the future.
What challenges did you encounter, and how did you overcome them?I had trouble matching the styles of the 'Share' toast for tablets and desktops, so I used an image instead. Wasn't sure if this was the way, but my toast isn't 100% accurate to the designs even so.
What specific areas of your project would you like help with?I feel like my SASS files are a little long? If there is some way to keep it short and concise while still keeping the styles, I would love to know!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@DavyZane
Hello,
The path you took for this project seems long and winding. You structured your files as if it were a huge project (which can be a very good practice), despite the "simplicity" of the project. In the end, you did not succeed to perfectly reproduce the model.
As a beginner myself, I attempted this project three times, several weeks apart. During my first two attempts, I got into complicated code and ended up getting lost and giving up. It was only on the third attempt that I succeeded, by thinking ahead about how I was going to manage everything and, above all, without rushing.
If I have one piece of advice to give you, it's to keep things as simple as possible, keeping the goal in mind, of course. I invite you to take a look at my project, my code, and the commit history, I think you'll find some interesting elements.
I wouldn't say your project isn't perfect, but rather that it's not finished. Don't give up! In any case, you've done a great job!
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