diff --git a/infinitescroll/README.md b/infinitescroll/README.md index e69de29..b714590 100644 --- a/infinitescroll/README.md +++ b/infinitescroll/README.md @@ -0,0 +1,8 @@ +# Infinite Scroll List + +The problem is to design an infinite scroll list like you'd see in a +webpage. + +The implementation should know how many total sites are possible for a +list. Then *AddSites* is called to add more to your current list. Your +list should be able to answer questions about sites not yet loaded too.