I built a simple URL Deconstructor app with #React! Check it out along with my summary of how I built it here: https://t.co/JwbbBZ3OLc
#reactjs#javascript#100DaysOfCode
I built a To Do app twice; once in vanilla #javascript and once in #reactjs . It's worth doing! Find out what I learned during the process: https://t.co/STyjyfg9X0
#100DaysOfCode
Built a small project that you want to show off, but don't want to pay for hosting? Try GitHub Pages! Find out how to get your GitHub project hosted on its own page: https://t.co/uII1H91A6r
#github#100DaysOfCode
Working with APIs can seem a bit daunting at first, but it isn't as difficult as you might think! Learn how to use fetch, Promises and async / await: https://t.co/AzSt8ZXl3z
#javascript#100DaysOfCode
ES6 has been around for a while, but it might still be new to you. Get to grips with some of the great array helper methods: https://t.co/WFOYxBT69k
#javascript#100DaysOfCode#es6
@VodafoneUK broadband has been down for about 40 minutes now (based in Cheshire). WFH so not ideal at all. Your Contact page isn't working for me either so can't call. Can you help?
#100DaysOfCode Day 7+8: Forgot to post last night. After a break I'm back home and coding again.
Implemented jump links with smooth scrolling and intersection observers to update the 'active' nav link depending on the current section.
#javascript
#100DaysOfCode Day 6: 'Completed' the logic of the Direct Comparison chart, including select / dropdown fields that auto-update the chart.
Rookie mistake, though; using one scale for all nutritional values is just wrong (look at the Calcium!).
#javascript#chartjs
#100DaysOfCode Day 5: messing around with the 2D Canvas API today trying to write labels dynamically on to a chart; getting the text to rotate and in the right place was a challenge, but got there in the end. ctx.transform() rotates the canvas, not the text... duh!