Design comparison
Solution retrospective
The hardest part about this first project for me was figuring out how to properly set up GitHub Pages, and I'm still not sure I'm using best practices. My biggest question right now: Do I have to put everything I want to go live on Github Pages in my local username.github.io folder?
Community feedback
- @seangray-devPosted almost 2 years ago
Hey Jason! 😁
Nice job on the project it looks good! One suggestion with writing your CSS and HTML is to use classes instead of ID's. You can check out this to learn a little bit more about the two and when to use one over the other:
https://css-tricks.com/the-difference-between-id-and-class/
Your site is live on github pages so you did it correctly. In terms of best practices many believe using the command line for git and github as most companies will require that you do and is a fundamental skill as a developer. I found this video that may be useful to you:
https://www.youtube.com/watch?v=qMck70tLDuo
Also one last thing you can check out is the article Matt Studdert (creator of FME) wrote about how to get the most of this platform!:
https://medium.com/frontend-mentor/how-to-get-the-most-out-of-frontend-mentor-bdd6fdc25cb8
Hope you found this useful! Happy coding 🫡
Marked as helpful1@jbingham223Posted almost 2 years ago@seangray-dev Wow, thank you! This is great, thanks for the resources!
1
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