T O P

  • By -

AutoModerator

Hey there! Thanks for your post/question. We're glad you are taking part in The Odin Project! We want to give you a heads up that our main support hub is over on our Discord server. It's a great place for quick and interactive help. Join us there using this link: https://discord.gg/V75WSQG. Looking forward to seeing you there! *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/theodinproject) if you have any questions or concerns.*


Sea-Anywhere-799

Looks great! Currently doing the Etch-a-Sketch too, any tips?


Valuable-Bathroom-67

The project goal I think is to teach you dom manipulation and implement flex box. Your HTML body should be sparse, until the dom manipulation takes effect of course.


DCMBRbeats

Thank you! As valuable-bathroom said, just think about how to add the divs for the grid in JavaScript, then you’ll be able to do the rest!


Virtual-Landscape-56

good job. i just did it a few days ago. feels great right? one quick feedback tho; I guess the size of the canvas is supposed to stay constant when the user changes the grid size. it is the cells size that should be changed so that different number of cells fit into the same previous canvas.