Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhil-neoito/muses-js-demo
https://github.com/akhil-neoito/muses-js-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akhil-neoito/muses-js-demo
- Owner: akhil-neoito
- Fork: true (alice-mx/muses-js-demo)
- Created: 2021-06-22T06:09:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T14:40:50.000Z (almost 5 years ago)
- Last Synced: 2023-07-18T11:58:55.987Z (over 1 year ago)
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.sublimetext.com/).## 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.