This repo hosts our auction house interview. Please fork it and create pull requests to implement your changes for each story. When done over video chat, this interview takes about 90 minutes.
- TS-001: Implement a sealed-bid auction in the TypeScript codebase
- RUBY-001: Refactor the English auction in the Ruby codebase
cd ruby
bundle install
rspec
./auction
cd typescript
yarn global add pnpm
pnpm install
yarn test
./auction.sh