WebDev1 – About This Website

HTML, CSS, and JavaScript

This page explains how I created my MoodReel website for ISYS1001 Web Development. The home page recommends movies based on mood and highlights popular films from the 2010s. Here I describe the HTML and CSS features I used from Modules 1–3.

Purpose of the Website

The aim of the site is to give simple movie suggestions depending on how the user is feeling. The four mood cards on the home page (Calm, Need Comfort, Feeling Bored and Escape Reality) help users quickly choose a mood and then genre after clicking a certain mood (future page idea). The second section lists must-watch movies from the 2010s to give extra recommendations in a clear, organised way.

Web development workspace

HTML

These HTML choices follow the core structure and content rules from ISYS1001 Module 1 (HTML and how the web works).

CSS

These styling decisions come from ISYS1001 Module 3, where we practised using colours, typography, the box model and layout properties such as float, width and box-shadow.

Design and Usability Choices

These choices are based on ISYS1001 Module 2, which covered planning, layout patterns, hierarchy, colour and keeping navigation simple for users.

Image Credits

The images on this website are used only for this ISYS1001 assignment and are taken from free stock-photo websites that allow reuse.

All images are used in a non-commercial, educational context only.

Summary of Key Features

What I Learned in Assignment 2

In Assignment 2, I improved the MoodReel website using the new skills from ISYS1001 Modules 4–6. These modules helped me extend the site beyond Assignment 1 and add more professional design and structure.

These updates come from Modules 4–6, which introduced multi-page site planning, accessibility, design improvements, CMS concepts and basic JavaScript usage.