Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 329 Bytes

File metadata and controls

14 lines (9 loc) · 329 Bytes

Interviews App

The purpose of this app is for a pair-programming coding task focused on front-end design.

Setup

  1. Create a .env file: cp .env.example .env
  2. Add the Postgres URL (provided by interviewer)
  3. Run npm i
  4. Run npm run dev

Instructions

Update the front end to match the provided Figma design.