Creating new projects is the best way to learn to code.
It doesn't have to be perfect to learn something. Here's my imperfect reddit client, Bottleneck!
Roast my UI -> https://t.co/XiKbSpyed0
Roast my code -> https://t.co/6BWiVBBSjf
Do you set specific goals to keep yourself motivated?
Knowing where you're steering your ship is important if you're trying to accomplish anything. Set a goal for the month, or the week, or even just for the next hour, and see what you can get accomplished! ๐ช๐ป
You don't need JS to create cool web animations.
Using the animation property and keyframes, you can have your divs flying all over the screen!
Here's a link to a silly and pointless fiddle -> https://t.co/daKF4geO2T
What is HTML?
HyperText Markup Language
It's the language of Google Chrome, Safari or whatever browser you use! It formats the structure of web pages and defines not only what the text is, but why it's there!
I've found myself looking at code I wrote not even an hour ago, lost as to what it does... I think we can all grow in this area.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." โ Martin Fowler
This week, I launched my first product on an Etsy shop! If you're looking for a desk reference for some HTML that is easier on the eyes than a group of post-its, check it out!
https://t.co/MnGvT2IwgY
HTML does more than you think!
I've been riffling through the HTML documentation recently and keep discovering elements that can save you time!
The dialog element will create a window that you can easily open or close with JS methods .showModal() and .close()