Web development is a basic skill that is often said as a good start to the development field. This week you will learn the basics of web development. You will get familiar with HTML, CSS, and JavaScript. On completion, you will be able to make simple static websites for both desktop and mobile.
One major thing to ensure while working on Web Apps is to ensure that most people will open your websites on mobile first based on that we develop our site on Mobile First approach and then make changes to scale with increasing screen size
These are vanilla CSS Tools that will allow you to make your UI respond to changes in the screen size.
-
Flexbox
-
Grid
-
Float
-
Media Queries
They provide you with a set of classes and components that scale with the screen size. Although its only recommended to use them when you understand native CSS properly.
Submission has to be done by sharing your github repo link and deployment link of site
-
Fork and then Clone your repository
-
Make a new entry into submissions as explained in comments
-
Commit and Push the changes
-
Make a Pull request
Remember, the deadline for this week's task is June 7th, 2022, at 23:59.