Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.25 KB

File metadata and controls

60 lines (37 loc) · 2.25 KB

STC x AIESEC SpeakUp Workshops 2020

Welcome to STC x AIESEC SpeakUp Workshops 2020 🥳!

Here, we will learn about the big 3 components of front-end development: HTML, CSS and the holy Javascript!

Before we jump straight into the workshops, allow me to introduce ourself, do watch this short 1 minute video to know more 🎇!

intro video

Without further ado, let's get started!



Table of content

  1. Getting started
  2. Introduction to web development
  3. HTML Workshop
  4. CSS Workshop
  5. JS Workshop
  6. DOM Workshop
  7. Let's make a simple to-do app!
  8. What's Next?


Getting started

In order for us to get started, I would like you to have these few things ready:

  1. A browser, preferably Chrome, Strictly not internet explorer (😡 anyone who uses it is an evil)!
  2. Visual Studio Code, it's like a notepad, but with more functionality for programmers
  3. A passion to learn (Grab as much ☕ as you want, and take a short break if you felt it's overwhelming, remember, coffee = programmer)!

This article written by freeCodeCamp explains How to Stay Motivated to Keep Learning to Code, feel free to take a time to read it out!

In the case of facing an issue

If you find any bugs / issues throughout the workshops, you may reach out to use at Facebook or even open an issue here, we will respond to you as fast as possible!



Introduction to Web Development

Instead of writing it out, how about check out a video that we made to explain about this?

intro to web dev video



If everything goes well, you should have a rough understanding of what web development is, if you don't, no worries! Just learn as we go, that's how all the programmers learn --- build something!

> Redirect to HTML Workshop

> Go to top