Skip to content

hchiam/embeddedWebApps

Repository files navigation

What is this?

This is a collection of HTML5-related apps I've made that can be embedded into HTML pages, such as blog posts.

See other things I'm learning: https://github.com/hchiam/learning

Game Using Phaser Framework for HTML5

See phaserGame.

Easily Convert Temperature in Your Head

Example web app for converting temperature, with steps for quick mental calculation:

  • app.html is for the structure ("organization").
  • app.js is for the interaction ("actions").
  • app.css is for extra presentation stuff ("style"/"looks").

Screenshot: (from hchiam.blogspot.ca/2016/09/how-to-convert-temperature-quickly-in.html) app.jpg

Code7 Project

https://github.com/hchiam/code7

embedded game

Very simple HTML JavaScript game that can be embedded into a blog post:

  • test.html is for the structure ("organization").
  • test.js is for the interaction ("actions").

FreeCodeCamp tutorial work

Reference code from my tutorial work in www.freecodecamp.com/hchiam, for future reference notes.

  • cat.html "CatPhotoApp" tutorial.
  • styletest.html Testing out CSS styles and "order of operations".
  • randomQuoteMachine(.html, .css, .js) Example with jQuery code to call an API by using an HTTP URL with parameters, to then parse the data fields from the JSON data reply (i.e. get its quote and author fields), and to output those fields as text in html elements.

My GitHub folder at: freeCodeCamp_TutorialWork

Codecademy tutorial work

Reference code from my tutorial work in www.codecademy.com, for future reference notes.

My GitHub folder at: codecademy

Creating Mobile Web Apps with HTML5 tutorial work

Reference code from my tutorial work in education.gale.com, for future reference notes.

My GitHub folder at: creating_Mobile_Apps_with_HTML5

My Web Dev Sandboxes (Practice with Online Tutorials):

...

See github.com/hchiam/learning

About

HTML JavaScript web apps that can be embedded into a blog post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published