The Extra Mile: Publish your project online.
Last updated
Last updated
The code logic of the project operates entirely in the browser with Vanilla Javascript, thus making deployment simple by eliminating the need for backend scripting.
Host it on your server service as a static page if you have a subscription.
Alternatively, take advantage of Github's free repository space (and the Github Pages service to create ready-to-use websites with legitimate URLs).
GitHub is a web-based service for version control and collaboration, popular in open-source projects. It allows developers to work together on code and monitor modifications.
Fork a Github repository: Users can download and watch locally like we did earlier, avoiding the need to pass around large folders.
Fork a Github repository and host it using Github Pages: Users can access directly through a designated URL like the demos, preventing hassles from downloading and initiating locally;
Fork multiple projects and host all using Github Pages: Since the Pages service only allows each free user to host one repository at a time, a different approach is necessary.
Each option builds upon the previous one.
In simple terms, the more effort the creator puts in, the less work required for the viewer.
Sign up for Github here;
Download Github Desktop from here;
Run the app, login to your account, and authorize the app by following the instructions.
Now, you can fork your repository.