shallihan / stylagram

Instagram clone built using styled components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building an Instagram clone using styled components

Styled Components utilizes tagged template literals to style your components. It removes the mapping between components and styles. This means that when you're defining your styles, you're actually creating a normal React component, that has your styles attached to it.

Stylagram

Installation

We can install Styled Components using NPM, with the command below:

npm install styled-components

About

Instagram clone built using styled components


Languages

Language:JavaScript 85.3%Language:HTML 14.7%