kartikderasari / Web-101

Exploring fundamentals of the Web including HTML, CSS and JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-101

Web Development 101 by TechDrill initiative is open to everyone who is interested in getting started with Web development. We will start right from the basics of HTML, CSS & JavaScript. And, by the end of the week, participants can create their own web pages using HTML, CSS and JavaScript.

Agenda

Sr No Topics to be covered Resources
1. Web Fundamentals & Intro to HTML Link
2. HTML Practical Labs Link
3. Intro to CSS and Codelab Link
4. CSS Practical Lab Link
5. Intro to JavaScript and Codelab Link
6. JavaScript Practical Lab Link
7. JavaScript Advance and Mini Project Link

Projects to do

Create a Personal Portfolio website by using HTML, CSS and JavaScript and optionally you can also create a GitHub Search Engine by using the concept of Fetch API.

Submit your project here before 10th Aug 2021.

Here are the details:

  1. Single-Page Personal Portfolio Website

    • Use this WireFrame to build the layout of the webpages
    • Be creative and feel free to make the website look more appealing
    • Host the website on GitHub Pages and Submit the URL
  2. [Optional] GitHub Search Engine - Build a Search Engine to view GitHub users data using HTML, CSS, JavaScript and GitHub API

    • Use an Input Field to capture the GitHub username
    • Consume the GitHub API to fetch the data using the username
    • You can showcase followers, following, repositories, organizations and much more
    • Be creative and feel free to make the website look more appealing
    • Host the website on GitHub pages and Submit the URL

Questions & Feedback

Please reach out to me on LinkedIn or Twitter if you need any help or want to share your feedback.

Did you like the content?

Do support us by giving a ⭐ to the repository! :-)

License

This repository is published under the MIT license.

About

Exploring fundamentals of the Web including HTML, CSS and JavaScript

License:MIT License


Languages

Language:HTML 80.0%Language:JavaScript 14.1%Language:CSS 5.8%