Review: Mimo, Free Code Camp and Code Academy
I came across a fun duolingo-style learning app for coding basics called Mimo. It covers the basics of HTML, CSS and JavaScript under the Web Development paths. There’s also a beginner path to learn Python.
Nothing beats writing your own code from scratch using an editor program on your computer, but this app is a nice supplementary tool for revision and an introduction to new tags and elements. They also offer a 30-day free trial which I’m currently doing, and as it’s on your phone it makes it so easy to do 20 minutes of coding a day, no excuses!
Above is an example of some code I wrote via the app which I can export and edit in Atom later.
I completed the Basic HTML and HTML5 course on Free Code Camp today.
I didn’t learn much more than I had already learned in class but it was a great revision exercise. It covers things like basic elements, nested elements, achors, images, links, lists, buttons, forms and check boxes.
The course doesn’t take that long to complete so I highly recommend it for anyone who wants to scrub up on the basics of HTML before moving onto CSS.
Ok, so Code Acadmey is my new favourite HTML learning tool! Code Academy goes into more detail than Free Code Camp or Mimo. There are clear step-by-step instructions and very clear and comprehensive examples and explanations. I’m going to complete the rest of their Learn HTML Course over the weekend. I still have the Semantic HTML module to do.
Also, I’ve bookmarked this awesome HTML elements reference list.