How to Create a Loading Spinner Animation with HTML and CSS
How to Create a Loading Spinner Animation with HTML and CSS. Create a loading spinner without JavaScript. Learn how to do CSS animation to make a loading spinner. Day 15 of 365 Days of Coding
Day 15 Challenge
Day 15 of 365 Days of Coding! We have another frontend challenge! Create a loading spinner using HTML and CSS
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
Day 14 Challenge
Day 14 of 365 Days of Coding! We have another frontend challenge! Create a progress bar. This can be a pretty or as boring as you want. It will likely need HTML, CSS, and JavaScript but can be done without all 3
Day 11 Challenge
Day 11 of 365 Days of Coding! Front End challenge 1, Part 4. Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. The email must be a valid email and phone number should be formatted. Part Four: Add OAuth sign in option for Google and Facebook (or whatever sites you want to add them for)
How to Do Form Validation Without JavaScript
How to Do Form Validation Without JavaScript! Solution for how to do form validation with HTML. How to validate using only HTML. Form validation with no JavaScript. Day 10 of 365 Days of Coding
Day 10 Challenge
Day 10 of 365 Days of Coding! Front End challenge 1, Part 3. Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. The email must be a valid email and phone number should be formatted. Part three: Add validation for the email and phone number fields.
Day 9 Challenge
Day 9 of 365 Days of Coding! Front End challenge 1, Part 2. Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. The email must be a valid email and phone number should be formatted. Part two: style your form and page! make it pretty!
Day 8 Challenge
Day 8 of 365 Days of Coding! Front End challenge 1, Part 1. Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. The email must be a valid email and phone number should be formatted. Part one: Create a page with a basic form