Welcome! This is a live-coding exercise where you'll build a simple feature from scratch. The app is a minimal skeleton with React and Express already wired up - your job is to make it do something useful.
Please have this running locally before the interview begins. Feel free to poke around the codebase ahead of time!
npm installnpm run devto start the dev server- go to http://localhost:3000/
- express routes live at http://localhost:3000/{routeName} (eg: http://localhost:3000/hello)
src/client/App.jsx- Empty React componentsrc/server/main.ts- Express server with no routes