Go back

Web development Udemy course

These are some of the Web projects I made while taking the course "The Complete Web Development Bootcamp" (by Dr. Angela Yu) on the Udemy MOOC platform.

I do not claim that these are original creations as these were projects given by the instructor to learn given concepts. I still list them to show what I learned in this MOOC.

First website

The goal of this project was to use basic HTML and CSS to create a website. In particular, positionning and layout (display and position CSS properties) were the main concepts to experiment with.

Visit the website

Tindog

With this project, I experimented with the Bootstrap CSS framework by creating a landing page for the website of a hypothetical Tinder clone for dogs.

Visit the website

Dice game

Javascript was the main focus of this project. The goal was to create a simple dice game where two players roll a dice and the one with the highest number wins. It allowed me to experiment with DOM manipulation.

Visit the website

Drum kit

With this project, I experimented with keyboard events and audio playback in Javascript.

Visit the website

Simon game

In this game, the player has to repeat a sequence of colors by clicking on the corresponding buttons. The sequence gets longer after each successful repetition. This project allowed me to experiment with Javascript arrays.

Visit the website