changed Explore to Search and added date picker

This commit is contained in:
Kim, Jimin 2021-06-27 14:36:07 +09:00
parent c328841554
commit fb0d5a3e26
7 changed files with 123 additions and 59 deletions

View file

@ -15,6 +15,8 @@ Tools / Frameworks / Packages used:
| [gray-matter](https://github.com/jonschlinkert/gray-matter) | parsing markdown |
| [local-storage-fallback](https://github.com/ripeworks/local-storage-fallback) | storing theme choice |
| [react-tooltip](https://github.com/wwayne/react-tooltip) | Tooltips |
| [react-date-range](https://github.com/hypeserver/react-date-range) | Date picker for search page |
| [query-string](https://github.com/sindresorhus/query-string) | URL query parsing |
| [styled-components](https://github.com/styled-components/styled-components) | easier CSS styling |
| [styled-theming](https://github.com/styled-components/styled-theming) | Theming |
| [eslint](https://github.com/eslint/eslint) | code analysis |