Building a Web Application with JavaScript
JavaScript is the top web programming language today with 12+ million active developers and 97% of all websites using it. It is a great language used to build dynamic and interactive web apps given its flexibility, frameworks, and modules.
What you'll learn
JavaScript is the top web programming language today with 12+ million active developers and 97% of all websites using it. It is a great language used to build dynamic and interactive web apps given its flexibility, frameworks, and modules. JavaScript is a must have skill in your toolbelt when building web apps. In this course, Building a Web Application with JavaScript, you’ll learn to build a dynamic and interactive web app. First, you’ll plan and set up your web app project. Next, you’ll discover how to build the layout, style, and CRUD for your app with HTML and CSS. Finally, you’ll learn how to code your apps dynamic functionality in JavaScript and publish the app when done. When you’re finished with this course, you’ll have the skills and knowledge for planning, building, styling, and publishing a web app in JavaScript needed to go from idea to a fully functioning web app in JavaScript.
Table of contents
- Intro and Overview 1m
- Tools Used to Develop a JavaScript Web App 2m
- Deciding on a Runtime for a JavaScript App 3m
- Describing the Files We Will Create for the JavaScript App 6m
- Demo: Creating the File/Directory Structure for a JavaScript App 2m
- Initializing a Node.js Project for the JavaScript App 2m
- Demo: Initializing a Node.js Project for the JavaScript App 1m
- Summary 1m
- Intro and Overview 1m
- Exploring HTML, DOM, CRUD , Forms 6m
- Build Out HMTL Files for Web App 5m
- Demo: Build Out HMTL Files for Web App 1m
- Add Forms to our HTML Files 4m
- Demo: Add Forms to our HTML Files 2m
- Add View to HTML for Showing List 2m
- Add CSS to our HTML Files 4m
- Demo: Add CSS to our HTML Files 2m
- Summary 1m