Skip to content

Instantly share code, notes, and snippets.

@ndisampson
ndisampson / comic_book_app.md
Last active July 28, 2020 17:07
Conde Nast - Comic book app question

Problem 2: Add a search feature to a comic book reading application.

Pretend we have an application that allows users to log in and read comic books. Think of it as a mix between netflix and kindle. Users can search for content, add to a reading list, share with friends, etc. The stack is a react client with an Express api server, and your DB of choice. How would you add a search feature to this app?