Skip to content

This is the starter code for the Oasis workshop collaboration with NUWIT, in which we covered what languages are used to code the web, what their individual functions are and actually dove into writing some HTML, CSS, and JavaScript! This workshop is a slightly modified version of workshop 4, having a shorter lecture and more of an emphasis on w…

Notifications You must be signed in to change notification settings

northeastern-oasis/Workshop-4a-Introduction-Web-Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workshop 4a: Introduction to Web Coding!

Congratulations on taking your first step into coding for the web. Creating websites and web apps is an extremely rewarding experience, as the software you make is easily testable and accessible by anyone on the web.

In this workshop, we will start by introducing the three "Languages of the Web"--HTML, CSS, and JavaScript--at a high level before diving into coding with them.

While this will be an introduction, it will set you up to continue learning and growing in these skills.

Slides: https://docs.google.com/presentation/d/1TL-2ZmoJ5_3nNKtu68Nc2kfHEuygksz-9s4cz3StfTE/edit?usp=sharing

Homework (optional readings)

Getting Started

If you're just getting started (recommended):

  1. Go to the Stackblitz link in each folder and click Fork

If you want to use your own IDE (not recomended for beginners)

  1. Clone this Github repository into a new folder on your machine (in Terminal or Command Prompt, type git clone REPO_URL, where REPO_URL is the clone repository found on the top of this page
  2. You're all set! Just have the cloned folder easily accessible and follow along with the workshop to start writing web code

After the Workshop

Well done finishing the workshop! You now have the necessary skills to create your own website from scratch! Soon, you will be able to create web applications using these skills. Moving forward, we would recommend the follow steps to continue developing and learning:

  • Continue reading/following through the tutorials for HTML, CSS, and JavaScript on the W3Schools website: https://www.w3schools.com/
    • This is probably the most beginner-friendly way to become much more accustomed to all three languages
  • Continue developing pages; try making basic HTML pages, such as a home page for your site, to become more proficient with the syntax you learn from the aforementioned resource

If you couldn't make the workshop

If you were not able to attend, don't worry! There are still many great ways to learn these languages of the web. We'd recommend checking out the resources listed in the Ultimate Oasis Starting Guide. Here we recommend some other great tutorials for growing in your knowledge. You can also still use the workshop files as a starting point for your coding. Good luck!

About

This is the starter code for the Oasis workshop collaboration with NUWIT, in which we covered what languages are used to code the web, what their individual functions are and actually dove into writing some HTML, CSS, and JavaScript! This workshop is a slightly modified version of workshop 4, having a shorter lecture and more of an emphasis on w…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published