I build, I learn, and I grow with every single project. Each one teaches me something new and pushes me to be better than I was yesterday.
A beginner-friendly sign-up form built with HTML and CSS. The goal was to create a clean, mobile-friendly layout.
Making the form responsive and centering elements was tricky, but consistent practice helped me improve.
Gained confidence with Flexbox and media queries; learned how to structure and style responsive forms.
A simple, centered profile card displaying a user’s photo, name, and title, built with HTML and CSS.
Positioning the image and text neatly in a balanced layout took practice and styling tweaks.
Improved my Flexbox skills, worked on visual alignment, and built a clean card component.
A working calculator built with HTML, CSS, and inline JavaScript. It performs basic arithmetic operations like addition, subtraction, multiplication, and division.
Managing button inputs and display updates using inline JavaScript took focus and patience.
Learned how to connect HTML buttons to JavaScript functions, handle user input, and update the display dynamically.