A Glimpse into My Coding Journey

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.

Signup Page

signup-page

About the Project

A beginner-friendly sign-up form built with HTML and CSS. The goal was to create a clean, mobile-friendly layout.

Challenges

Making the form responsive and centering elements was tricky, but consistent practice helped me improve.

Lessons Learned

Gained confidence with Flexbox and media queries; learned how to structure and style responsive forms.

profile-card

Profile Card

About the Project

A simple, centered profile card displaying a user’s photo, name, and title, built with HTML and CSS.

Challenges

Positioning the image and text neatly in a balanced layout took practice and styling tweaks.

What I Learned

Improved my Flexbox skills, worked on visual alignment, and built a clean card component.

calculator

Functional Calculator

About the Project

A working calculator built with HTML, CSS, and inline JavaScript. It performs basic arithmetic operations like addition, subtraction, multiplication, and division.

Challenges

Managing button inputs and display updates using inline JavaScript took focus and patience.

What I Learned

Learned how to connect HTML buttons to JavaScript functions, handle user input, and update the display dynamically.