Skip to content

Commit

Permalink
Search/#39 (#42)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cch5ng authored Mar 23, 2017
1 parent 4eeaa47 commit d49ec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
-->
<title>Front End Interview Questions</title>
<title>Front End Interview</title>
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Raleway" rel="stylesheet">
</head>
<body>
Expand Down

0 comments on commit d49ec6b

Please sign in to comment.