Design comparison
Solution retrospective
I have a decent programming background in Ruby, which is a backend language, but this is my first time doing much of anything on the frontend with Javascript. Because of that, the js file is very unorganized and mostly just spaghetti code at this point. However, with my limited javascript knowledge going into this I'm quite happy that I got most of the responsive functionality working properly. My next projects I'll work on creating a more readable and organized js file base.
Community feedback
- @thevolcanomanisherePosted over 2 years ago
Looks good WYLIEMICKELSON’S! I would suggest looking at React + Tailwind to make your life much easier. React means that you can write HTML like code in your Javascript so you can avoid all those 'document.getBlahBlah'. Much less to keep track off. Tailwind lets you write CSS helpers directly on the components that you create and greatly simplifies styling.
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