From d49ec6b2a614b0eb114728056f82ce03e7c3423a Mon Sep 17 00:00:00 2001 From: Carol Chung Date: Wed, 22 Mar 2017 22:03:15 -0700 Subject: [PATCH] Search/#39 (#42) * fix: #39; search icon * fix: #39; add div for search overlay; styling * fix: #39; add event handlers to toggle search icon vs search div; style caret and close icon * style: #39; search results styling * fix: #39; add search results div and click event handler * fix: #39; add unique key * fix: #39; start to work on filtering handleSearchFilter(e) * fix: #39; update handleSearchFilter() and main render() function to fix search/filter behavior * cleanup: #39 * fix: #39; shorten the title --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index aa1192d..6cb0008 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Front End Interview Questions + Front End Interview