Interactive website with JS and responsive layout

Solution retrospective
First JS project. I managed to figure it out by reading doc + trying to understand other people code but the least you can say is that it's not intuitive so happy with the end result. I learned plenty of useful CSS tricks like pseudo-elements.
What challenges did you encounter, and how did you overcome them?I had to learn JS in the first place and the specific calls and syntax. I read a lot of documentation and watched some explanatory videos on syntax and structure. I can understand now why frameworks seem attractive.
What specific areas of your project would you like help with?I can clearly tell my JS Code is not looking code. Happy to take any feedback on this.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@cvalencia1991
Good job of your solution, here is my feedback of the code: you have a lot of console logs in the code, please delete it use an ESlint to avoid using that, also you have the structure of the JS very long try to optimize the code, use BEM to understand very well the structure of create the selector of each division of the HTML avoid using windows.rezize
Marked as helpful
Join 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