Skip to content

Instantly share code, notes, and snippets.

@ndisampson
Last active July 28, 2020 17:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndisampson/fb67d0ac76f7b313384dc8110f1adbf4 to your computer and use it in GitHub Desktop.
Save ndisampson/fb67d0ac76f7b313384dc8110f1adbf4 to your computer and use it in GitHub Desktop.
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment