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:

12 Beginner Python Projects - Coding Course

Python Microservices Web App (with React, Django, Flask) - Full Course

Data Structures - Full Course Using C and C++

How to Undo Mistakes With Git Using the Command Line

Pointers in C / C++ [Full Course]

Python Main Function, Door Game, and More - Python Basics with Sam