00 - Introduction
This is a full guide on making your own apps for Windows 93. You don't need to know any programming to get started aslong as you follow the tutorials linked on this page.
Before you get started with this guide, you'll need some basic JavaScript and HTML knowledge. Make sure you understand how functions, variables, strings and booleans work. This is required for you to understand the rest of the guide.
JavaScript Guides
Make sure you understand booleans (true or false), strings ("like this"), variables (myVariable = 2), and functions.
-
JS For Cats (recommended)
HTML Guides
This is going to be needed to create proper layouts for your app. You only need to know the very basics of this and won't need it for most of the guide.
-
HTML.com (recommended)
What to expect
I'm assuming you now know the basics of JavaScript and HTML. You're free to continue to the next part of this guide. This guide will walk you through the basics of making apps up to creating a text editor and a number game and getting ready to upload it on the App Store. In the next part of this guide, you'll prepare Windows 93 for developing apps.
Let's get started. --> [Next Chapter]