Made using cdn react and babel. One js, css and html file.
Design comparison
Solution retrospective
Making it work without installing node js is what I am very proud of. for small projects I think this way is much much better, else we end up updating index.js and App.js files over and over for different projects, many times mixing functions thinking its there in this project when in reality vs code is showing it from other files. This keeps it clean and only that folder needs to be uploaded to github
What challenges did you encounter, and how did you overcome them?Did not wanted another node modules folder (its pretty big) so explored ways of loading library over cdn and implemented it. That was challenging to understand at first, but now that I understood I think I went inot many off tangents when solution was simple.
What specific areas of your project would you like help with?Responsive design. I defined two components - one desktop and other mobile, for responsiveness. Need help in figuring way to make elements change their order based on mobile size, in that same code (instead if defining seperate components. That adds to much duplication)
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