Day 19 of #100DaysOfCode
today I built this dice game! such an amazing feelieng applying what Ive learnt and actually getting it and being able to do it on my own (instead of through a code along) long way to go but im going to keep going!
I'm convinced that there's nothing in computer science that you can't learn with consistent effort & patience.
HTML was difficult until it wasn't
CSS seemed daunting at first but it only got easier
Javascript is never-ending but you don't need to know it all.
Keep building!
Day 17 of #100DaysOfCode
Today was a super productive day! been working on this solo project all day. Im at the point where im very stuck on how i can make the like button clickable and increase/decrease the like count. very stuck but im going to keep going and keep trying
Day 18 of #100DaysOfCode
✅learnt all about and created my own Modal
✅better understood the position property (absolute vs relative and used in practice)
✅style.display = block vs none
✅created a search bar with the keyup eventlistener
Im loving Scrimba! #scrimba
Day 16 of #100DaysOfCode
I finished up my unit converter!! It took way less js code than anticipated because at the end of the day its just one click on the convert button! still suuuper satisfying. good practice on template strings too!