Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1001 Bytes

File metadata and controls

13 lines (9 loc) · 1001 Bytes

MusesJS Beginner Workshop

About

This is a workshop for MusesJS, intended to be an introduction for complete beginners who'd like to learn the basics of HTML, CSS and Javascript.

Getting Started

To download the workshop materials, click the green "Clone or Download" button and click "Download as Zip". Once the file has downloaded, unzip it and open the index.html file.

Required Tools

All you'll need to complete the workshop is a web browser (like Google Chrome or Microsoft Edge) and a text editor. For your text editor, you can use something as simple as Notepad, but it might be easier if you download a text editor specifically for coding such as Sublime Text Editor.

Desired Outcomes

After completing the workshop, you should we able to create and edit basic webpages. You should understand the basic concepts behind JavaScript (such as variables, loops, functions and if statements) and be able to use this to create interactive web pages.