DEV Community

priya
priya

Posted on

My Frontend learning journey: Building clones with HTML and CSS

I started my web development journey by learning HTML and CSS. Right now I'm moving into Javascript to make my project more interactive

During my HTML & CSS practice, built clones of popular websites like:

  1. Google.
  2. Instagram.
  3. Firefox.
  4. Twitter.
  5. Youtube. Facebook These projects helped me to understand:
    1. Page structure with HTML.
    2. Styling and layouts with css.
    3. Flexbox and positioning.
    4. Responsive design basics.

Now I'm moving to javascript to add functionality and improve my projects further. My next goal is to combine frontend with backend and build full-stack application.

Top comments (0)