This repository contains projects that I built as I was following along the web development career-path by codeacademy.com
Most projects provided a preexisting codebase so that students could focus on applying new concepts.
Some projects were guided step-by-step, others challenged to work on an own solution.
-
Visualising inheritance among javascript-classes
-
In-Browser-Game using Javascript and html linking: Can you open all three doors without running into chore-bot before?
-
Checks if a credit-card-number, provided as an array of numbers, is valid.
-
Simple website for a fictional arts and crafts store.
-
Terminal game using node.js and user prompts: Can you
*
navigate the field░
and find your hat^
without falling into a holeO
? -
Own implementation of some methods from the widely-popular lodash.js library.
-
Learning javascript cross-module communication using both the
module.exports
and the ES6export
syntax -
Linking javascript and html using handlebars templates.
-
Javascript functions to power a small guessing game against the computer.
-
Visualising inheritance among javascript-classes.
-
Fictional tea shop website to practise html and CSS basics.
-
Using Foursquare and OpenWeather APIs to deliver points-of-interest and current weather.