Description
In this course, you will learn :
- Project-based instruction to hone your HTML, CSS, and JavaScript skills.
- Write Javascript code that is clean, maintainable, and performant.
- Modern Tricks and Techniques
- Projects that use only JavaScript, HTML5, and CSS3 and include all source code.
- Learn how to build responsive and mobile-first web applications using UI/UX best practises.
Syllabus :
1. Create Sortable List App
- HTML Structure And Elements
- Inserting List Items Into DOM
- Scrambling List Items
- Styling The App Using CSS
- Drag And Drop Functionality
- Checking Order
2. Build Analog Clock
- A Brief Introduction to Application
- A Look At Basic Math Involved In Analog Clock
- Creating HTML and CSS
- Adding the Hour, Minute and Second Hand
- Writing JavaScript to Make the Clock Tick
- Summarizing the Application