Goal: Build and HTML5 Form with a progressbar that should update as user enters valid values in the form.
Today's Progress: Completed the webpage and deployed it on github pages
Thoughts: Learnt about the checkValidity() function that is available on HTMLElement which returns if the value of that field is valid or not depending upon the type of input.
Links to work:
Goal: Build a webpage that detects your location and shows weather in your city on a map
Today's Progress: Completed the webpage and deployed it on github pages
Thoughts: Learnt how to use the ipapi, Google Maps and Open Weather API. Also learnt about the InfoWindows that we can popup on maps with custom HTML
Links to work: