
Design comparison
Solution retrospective
I'm proud of having published something on my GitHub account for the first time, applying the skills I've acquired from a recent Tailwind CSS course. This experience highlights that there is always room for improvement, regardless of one's expertise level. One area I could enhance is memorizing Tailwind CSS utility classes to reduce frequent checks of the documentation. However, I recognize that this proficiency will naturally improve with continued practice and application in my projects.
Community feedback
- @NunoJDMachadoPosted 15 days ago
You should add node_modules to .gitignore. When someone clones your project, they will run npm install which will read the contents of the package.json file and so end up with the same node_modules folder as a result.
Marked as helpful0
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