guajefran / lab-css-responsive-cloning

A Product Hunt clone to learn responsive web design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ironhack

HTML & CSS | Responsive Cloning Product Hunt

Introduction

Product Hunt is a website that lets users share and discover new products. The site, which was founded by Ryan Hoover in November 2013, is backed by Y Combinator. Users submit products which are listed in a linear format by day.

Product Hunt is one of the best website to keep you updated about trending tech products. We recommend you to visit the website to see how it works... because you are going to clone it!

Exercise

Requirements

We will work with the repo we have prepared for you. First of all, you have to get the exercise:

  • Fork this repo
  • Clone this repo into your ~/code/labs
  • Use SASS to create the styles of your page
  • Use Media Queries to create different layouts in your Product Hunt clone

Submission

  • Upon completion, run the following commands

    git add .
    git commit -m "done"
    git push origin master
    
  • Navigate to your repo and create a Pull Request

Starter code

The starter code contains the basic structure of an HTML & SCSS project to start working. It also contains the Product Hunt logo in the /images folder, with some other images you may need during the exercise.

Before start doing the project, remember you must have installed the sass-autocompile plugin in your atom editor.

We have added one line in the SCSS file that will colorize the <body> background. Set the <body> font color to white and save the scss file to check out that the compiler is working fine. Once you have checked this out, you can start working on the exercise.

Note: For the right side "Upcoming Live Chats" section, you can use a rounded <div> to represent the speacker picture.

ViewPorts

Product Hunt has an interesting Responsive design. We have done four different screenshots representing each of the different layouts you have to reproduce. Pay attention to the small details to see which are the differences between all of them, and be sure you do your best to copy each of this details.

LG

MD

SM

XS

Extra Resources

/Happy Coding!

About

A Product Hunt clone to learn responsive web design


Languages

Language:HTML 73.2%Language:CSS 26.8%