Skip to content

Repository files navigation

Frontend Coding Interview

This session has two parts. Your interviewer will walk you through each one.

Setup

npm install
npm run dev

This also works in StackBlitz — just import the repo.

Part 1 — Build a Feature

Open src/challenge-1/UserDirectory.tsx.

A UserCard component and a fetchUsers API function are already provided. Your job is to build out the UserDirectory component so it fetches the list of users and renders them using UserCard.

Part 2 — Refactor

Open src/challenge-2/OrderDashboard.tsx.

This component works — filters filter, sorts sort, pagination paginates. But it's grown organically and could use some cleanup. Refactor it however you think is best.

One constraint: preserve behavior. Everything that works today should still work after your refactor.

Think out loud — we're interested in how you prioritize and what you notice.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages