Skip to content

haquanq-frontendmentor/article-preview-component

Repository files navigation

Frontend Mentor - Social Links Profile Solution

This is a solution to the Social links profile challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Solution post Live demo

Table of Contents

🌅 Project Overview

Challenge Requirements

  • View the optimal layout for the component depending on their device's screen size
  • See the social media share links when they click the share icon

Status

Features

  • Tooltip like component that automatically hide on blur

Accessibility

  • Responsive accross different screen sizes
  • Added custom indicator when interactive elements focused

🌠 Tech Stack and Approach

Built with

  • HTML5 – Semantic structure
  • Vanilla CSS – Flex layout
  • BrowserSync - Easy development server

Approach

🍃 Local Development

Prerequisites

Install the following:

  • Git (latest version)
  • Node.js (latest LTS recommended)
  • pnpm (latest version)

Setup

git clone https://github.com/haquanq-frontendmentor/article-preview-component.git
cd article-preview-component
pnpm install

Start Development Server

pnpm dev

🍁 Deployment

Deployed to Github Pages via Github Action.