DEV Community

DataMoshing
DataMoshing

Posted on

2nd project finished

As you can see from the title I have finished the 2nd project using JavaScript! The folks from The Odin Project were serious about each project increasing in difficulty after each one. This project was heavily focused on DOM manipulation and events you would need to create an Etch-a-sketch toy project that takes user input and creates a grid based on the users' input (for example 4x4 grid= 16 sized grid with rows and columns using divs). For this project there were a few different methods that could be utilized that created a grid (float/clear, inline-block, flexbox, CSS Grid) I went with CSS Grid and it was challenging to say the least. I have not yet learned CSS Grid at the time so it just made it a lot more difficult for me but with persistence and a little grit, I somehow managed to make it work! With the help from The Odin Project community of course.

What I've learned doing this project.

  • CSS Grid.

  • Need to learn how to efficiently plan projects and not just attack them (Finding a balance between not planning at all and over planning).

  • For loops.

  • Getting a good grasp on DOM manipulation.

Image description

Top comments (1)

Collapse
 
hacker4world profile image
hacker4world

Good work keep going