GithubHelp home page GithubHelp logo

html-twitter-challenge's Introduction

Twitter Clone

For this exercise, we will be building a clone of Twitter:

twitter

This will put into practice everything we have learned so far about HTML & CSS. The below image shows level of detail you should replicate from Twitter:

twitter clone

Setup

  1. Fork this repository to your account.
  2. Clone the forked repository to your local machine
  3. Open a Pull Request back to the upstream repo

Instructions

  • Use the HTML elements you've learned about so far to define the page content
  • Use an external CSS stylesheet to style the page
  • Use CSS Grid for the layout and components
  • You should start without images and then add them later at the end of the exercise once the basic criteria has been met

Tips

  • Breakdown the page into sections
  • Pay attention to alignment and spacing
  • Work section by section until it looks good

Assesment Criteria

  • ☑ Layout the main page elements (left-hand menu, tweet feed and right side-bar) using CSS Grid. CSS Grid should also be used to layout individual tweets.
  • ☑ Define the page contents using HTML with appropriate elements. HTML should be well formatted.
  • ☑ Style the page using a mixture of Type, ID and Class CSS selector types
  • ☑ Implement hover and selected state for the left-hand menu links.

Extension Criteria

  • ☑ Make the layout responsive so that the side-bars are removed on lower resolution devices
  • ☑ Include images using the img and svg tags.
    • Get the source for the icon images from the Twitter website as SVG and include them with svg tags
    • Use a local file for the profile image. Research how to use CSS to to make the profile image appear as a circle

html-twitter-challenge's People

Contributors

mikemherron avatar dearshrewdwit avatar rockettdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.