Your Lesson Plans Dashboard
This lesson introduces you to the concept of design in Web development, it's importance and tools that you can use for real-world projects.
This lesson covers how to create a design for a software product using professional applications like Figma.
This lesson introduces you to Web development, abbreviations, extentions, file and folder structure, installation of Web development tools, and signing up for cloud and hosting applications
This lesson covers the syntax for writing HTML code and how it creates the layout of every webpage in a website. It also touches using git commands to push code on GitHub and deployment.
This lesson covers the syntax for writing more HTML code and understanding block and inline elements. It also touches on attributes for HTML elements.
This lesson covers absolute and relative URLs using the anchor tags.
This lesson covers how to create a form using the form, input, label and textarea elements. We will also touch on Semantics (section, nav, footer, div, article, header etc) and also how to use font awesome icons
This lesson covers Cascading Stylesheet - the various methods of styling (inline, embedded and external), CSS syntax, property-value pairs and CSS selectors.
This lesson covers Responsive Design using Flexbox to arrange content on a webpage.
This project aims to design and develop a comprehensive website using Figma and HTML/CSS. The website will consist of at least 7 webpages, incorporating Font Awesome icons for enhanced visual appeal. The final code will be pushed to a GitHub repository named "T4G_Project" .
Overall ladies, have a lot of fun 馃槏 and we will be here to help every step of the way 馃檶馃従 馃挭馃従 馃帀
This lesson covers the syntax for writing JS code and using common JavaScript functions. It also introduces us to variables, string concatenation and interpolation.
This lesson introduces us to how data in JS is stored and manipulated. We will explore a browser developer tool (console) that allows one to interact with JS code what the console is and how to use the console.log function as well as other built-in functions.
This lesson covers making decisions using logical operators, determining the order in which code is executed using Control flow Diagrams and creating complex algorithms using If Else Statements.
No. | Condition | Alert: |
---|---|---|
1. | if the user is less than 12 years old | Hi (username), you are (age) years old and you are too young to register. Sorry 馃様馃様 |
2. | if the user is between 12 and 18 years old, | Hi (username), you are (age) years old and you have limited options to register for. We will keep in touch via your email: (email) 馃憢馃従馃憢馃従. |
3. | if the user is 18 years old and above, | Hi (username), you are (age) years old and you can register for any option of your choosing. We will keep in touch via your email:(email) 馃憢馃従馃憢馃従 |
This lesson covers the syntax for creating Functions in JS code, it's essence as well as how to call a function for use during the execution of a program.
This lesson covers DOM manipulation which allows one to dynamically change the structure, style, and content of a web page using JavaScript. You can select elements using various methods, modify their text and HTML content, add or remove elements, and apply CSS styles. By understanding DOM manipulation, you can create interactive and dynamic web experiences.
By the end of the lesson, students will understand the concept of events and event listeners in JavaScript and be able to implement them in basic interactive web pages.
These quizzes are intended to assess your level of understanding on topics or concepts we have discussed in our classroom sessions. They are also meant to provide immediate feedback to we the instructors and you the students, helping to identify areas where students may need additional support.
These are links to Documentations, other coding platforms etc. that you can use to supplement what you are taught in class.