Description
In this course, you will :
- Learn how to create a front-end web app using only JS.
- Learn how to create relationships between model classes without the use of third-party frameworks.
- Discover how to create a mobile app with constraint validation and enumeration features.
- Develop your JS skills by creating a comprehensive app.
Syllabus :
- The Foundations of Web Apps
- Javascript Fundamentals
- Building a Minimal Web App with Plain JS in Seven Steps
- Integrity Constraints and Data Validation
- Constraint Validation in Plain JS
- Enumerations
- Enumeration Attributes in Plain JS
- Reference Properties and Unidirectional Associations
- Implementing Unidirectional Functional Associations
- Implementing Unidirectional Non-Functional Associations
- Bidirectional Associations
- Implementing Bidirectional Associations
- Subtyping and Inheritance
- Subtyping with Plain JS