<aside>
💡 The Complexity of the Questions are from Easy to Hard.
Pick one that you feel the most comfortable with.
</aside>
- Creating Layouts with CSS Flex box and Grid.
- Explore ES6 Features.
- Getting Started with Git and GitHub.
- Understanding the CSS Box Model.
- Data Flow in React. What are Props and States?
- Creating a server side application with Express and how to integrate it with a frontend application.
- Creating a website quickly using Bootstrap. Getting started with Bootstrap.
- HTML Forms and managing form Submissions.
- How to create a responsive navigation menu with HTML, CSS and JS.
- Understanding Responsive units in CSS. rem, em, vh, vw, vmax, vmin.
- Advanced CSS. Creating animations, transitions and various element transform properties.
- Making your website responsive using CSS Media Queries.
- Different types of JavaScript Errors and how to handle them.
- Introduction to JavaScript DOM manipulation using the DOM API.
- Understanding the difference between Synchronous and Asynchronous JS.
- What are APIs? Exploring the different Browser APIs present.
- Basic introduction to CSS. Different ways of applying CSS to your HTML Elements.
- Positioning Elements with CSS. Understanding the difference between Relative, absolute, fixed, sticky and static positioning.
- What is nodejs? How to install it and run in your local system?