Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.08 KB

readme.md

File metadata and controls

14 lines (9 loc) · 1.08 KB

ReadMe’s Front End Interview

👋 Hey there! In this interview, we'll build a simple web app together. This is a great chance for you to show off your front end chops, from CSS to asynchronous state management, and everything in between! Think of it as a pairing session: we'll give you some simple product requirements and an API to hit, and ask you to build a UI out around 'em.

Since it's a relatively short session, we've provided this simple Express server + React app as a starting point.1 To get started, git clone this repo locally and npm install. Now run the dev script to spin up the app locally, and you're off to the races!

We're looking forward to coding with you. 🤞

Footnotes

  1. Feel free to eschew it and use your favorite framework or language instead; whatever's most comfortable for you!