Skip to content

textioHQ/frontend-interview-data

Repository files navigation

Config data for Textio frontend/full-stack interview problems.

Getting started:

yarn add @textio/frontend-interview-data

Usage:

import { text, highlights } from 'textio-interview-data';

console.log(text); // => "You will deliver new technology with an adorable puppy. Perfect!"
console.log(highlights); // => [{ "startOffset": 4, "endOffset": 19, "color": "#DFF094", "priority": 10 }, ...]

About

Data for frontend interview problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published