100 Days

100 Days

Release Date

‏الحلقات

Day 23 - Writing JSON and parsing its data into an array

Started a beginners yoga course to help with RSI https://www.youtube.com/watch?v=6we3aNljJPc&list=PL-JjnyV2BH2XrgIAe9bvTLN4J0l-dz4L8&index=1 Reading and watching video series about XSS Wrote my own JSON file containing sample of Blackpool footballers data and got that to display ...  عرض المزيد

Day 22 - Displaying API data & login component

Made my API display its data to the DOM and therefore in a functioning page Designed a dashboard, a login component in Sketch and then coded the login into a fully responsive and light/dark toggle switch 

Day 21 - APIs and making code flexible

How can you structure the script to support additional fields without having to change the code API watch videos API challenge completed 

Day 20 - How do you handle line breaks?

Spent all day trying to write a script to fix the line break problem, but found you could achieve the result with one line of CSS! Good old Stack Overflow to the rescue! white-space: pre-wrap; https://stackoverflow.com/questions/40417527/how-do-i-preserve-line-breaks-when-getting ...  عرض المزيد

Day 19 - Making simple stuff

Decided to knock the official course on the top of of the head for a bit and write some little challenges that I found here: https://gomakethings.com/vanilla-js-projects-for-total-beginners/ First up, was a simple challenge, show and hide and DIV with a button https://gist.github ...  عرض المزيد