
Crowdfunding Product Page with Vanilla JS, SCSS, and BEM
Design comparison
Solution retrospective
Hey 👋🏻 long time no submit 😅
I've learned a lot of new things and added some new tools to my workflow. Since the previous projects didn't involve really complex JS, I never had a chance to use a linter or a bundler. For the linter, I went with one of the most famous ones, ESLint
. I'll experiment with it a lot more, this was just the beginning and as I go further, I'll tailor it more for my workflow. What comes to the bundler, I went with Parcel
, just because it is really easy to set up and work with. I didn't want to overcomplicate it with Webpack
, for a couple of reasons. First, it's pretty complex to set up. Two, this wasn't that big of a project to go for such a powerful bundler. Hence, Parcel was the great deal, and I'll also help me to bundle my SASS
files in the upcoming projects. And finally I implemented some really simple transitions for toggling the modals, but hey, the less is more in this case. Lastly, since I split my JS to some other files I had to move to Netlify
, which I've had a pleasure to work with in the past.
This was the first time of me implementing JS modules, so if you have any suggestions on the file structure in JS folder, please leave a comment 👨🏻💻 Cheers 👾
Community feedback
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