Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 530 Bytes

Three-card blog layout

Goal

An exercise to reproduce a three-card layout to present a "featured articles" section.

Tech used

This exercise makes use of:

How to run

npm install
npm run build
npm start

Node version

This code has been tested with Node.js 18.x

Browsers

This code has been verified to reproduce the layout correctly on the following browsers:

  • Safari (16.3)
  • Brave (v1.49.120)
  • Firefox (111.0)