Web App Tutorial - JavaScript, Mobile First, Accessibility, Persistent Data, Sass

Web App Tutorial - JavaScript, Mobile First, Accessibility, Persistent Data, Sass
In this tutorial, we will build a to-do list app with HTML, SASS / CSS, and Vanilla Javascript. Our to-do list web app will be responsive with mobile first in mind. The to do list app will also be built with accessibility (A11y) in mind for keyboard navigation and screen readers

In this tutorial, we will build a to-do list app with HTML, SASS / CSS, and Vanilla Javascript. Our to-do list web app will be responsive with mobile first in mind. The to do list app will also be built with accessibility (A11y) in mind for keyboard navigation and screen readers. We will also use the Web Storage API to create a persistent data store so our list items reappear any time we visit the web app.

⭐️ Course Contents ⭐️
⌨️ (0:04) Introduction / App Outline
⌨️ (1:24) HTML foundation
⌨️ (12:24) SASS / CSS styles
⌨️ (50:05) JavaScript Classes
⌨️ (57:25) JavaScript Functions
⌨️ (1:41:53) Testing the Accessibility features
⌨️ (1:45:56) Code clean up and enhancements for A11y
⌨️ (1:59:40) Testing the fixes & enhancements for the app
⌨️ (2:00:55) Wrap-up: How do you want to improve the to do list app?

Suggest:

React and Golang JWT Authentication - Tutorial

CHESS • FLUTTER GAME

Deep Learning for Computer Vision with Python and TensorFlow – Complete Course

Styling a CSS Form & Adding a Shine Effect Using CSS Transitions : Exercise

How to Build a Career in Tech: Kurt Kemple Connects the Dots

Create an Arkanoid Game with TypeScript - Tutorial