Skip to content

haquanq-frontendmentor/blog-preview-card

Repository files navigation

Frontend Mentor - Blog Preview Card Solution

This is a solution to the Blog preview card 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

  • See hover and focus states for all interactive elements on the page.
  • View the optimal layout depending on their device's screen size.

Status

Accessibility

  • Interactive elements have clear focus indicator.
  • Page is responsive to different screen sizes.

🌠 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/blog-preview-card.git
cd blog-preview-card
pnpm install

Start Development Server

pnpm dev

🍁 Deployment

Deployed to Github Pages via Github Action.