📄️ Setting a goal
The first step is deciding what you want to get out of this course. It's very important that you're not only going to read the stuff I say here on these pages. You need to practice in order to become handy.
📄️ Setting things up
To start developing, I recommend the VSCode editor. I recommand having a Mac but it's not needed. It'd also be good to install Node.js already, but you'll only need that in the "frontend" section.
📄️ JSON
JSON means JavaScript Object Notation. JSON is used in lots of places. It is very easy to use because JSON can directly be imported into JavaScript and be parsed as a JavaScript Object. It's great!
📄️ Markdown
Markdown is a handy way to write documents. You can save any file as a [filename].md file to create a markdown file. It uses a couple of syntactic rules that let you style things.
📄️ HTML
Introduction
📄️ CSS
Introduction
📄️ Bash
Important commands (I'll explain later, in the meantime you can google yourself. This should be second nature for you)
📄️ Make something!
Now that you know the basics... Go and make something cool! You can use html in .html files, markdown in .md files, css in the style attrubute of your html tags (or use a .css file), json files have the .json extension...