How to Create a Progress Bar HTML, CSS, and JavaScript
Learn how to create a progress bar using HTML, CSS, and JavaScript. I will explain the css behind how to make a progress bar work. I will go through step by step how to make a progress bar primarily out of HTML and CSS. Day 14 of 365 Days of Coding
How to Create A Basic Sign Up Form with HTML
How to Create A Basic Sign Up Form. Create the HTML for a sign up form with a first name, last name, phone number, and email. Day 1 of a 4 day series of how to create a sign up form with OAuth. Day 8 of 365 of Coding
When to Use a React Context vs a JS file
React Contexts seem to be everywhere these days. When should you actually use a React Context instead of just a JavaScript file for data fetching and manipulation?