/stylagram

Instagram clone built using styled components

Primary LanguageJavaScript

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