
Hi!
I'm M.U.
I'm a Web Developer in the making! 🚀
Here are my Learning Projects!
Tribute Page
A simple webpage dedicated to one of the greatest mathematician ever. My very first web development project.
Survey Form
A simple webpage that shows some of the common HTML form functionalities. Shows some of my early attempts in mastering flexbox.
Chessboard with CSS Flexbox
A simple webpage where all 64 board squares are always be visible (Zoomed in or out, no scrolling regardless of monitor size).
Chessboard with CSS Grid
A simple webpage where all 64 board squares are always be visible (Zoomed in or out, no scrolling regardless of monitor size).
Product Landing Page
A simple, responsive webpage that shows some intermediate-level applications in CSS. A re-imagination of an existing website.
Momentum Web App
A simple web app mimicking the famous extension web app. Uses Local Storage to store for the features: Name, Focus of the Day, Quotes, and To-do items.
Tic-Tac-Toe
A simple web-based implementation of the classic tic-tac-toe. Uses a functional approach on JavaScript to run the game mechanics.
Simple Counter
A simple counter web app that shows my early forays with JavaScript.
Simple Calculator
A simple calculator web app that shows my early forays with JavaScript.