added public folder, vscode settings, and updated README

This commit is contained in:
Kim, Jimin 2021-05-15 12:44:46 +09:00
parent dd4d0476a5
commit ed62cf4399
54 changed files with 1206 additions and 11 deletions

View file

@ -12,7 +12,7 @@ Tools/Frameworks/Packages used:
| [react](https://reactjs.org) | Front end framework |
| [react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | [Fontawesome](https://fontawesome.com) icons in react |
| [react-helmet](https://github.com/nfl/react-helmet) | HTML head management |
| [dompurify](https://github.com/cure53/DOMPurify) | HTML sanitizer for markdown -> HTML page generation |
| [dompurify](https://github.com/cure53/DOMPurify) | HTML sanitizer for markdown-to-html page generation |
| [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 |
@ -20,7 +20,7 @@ Tools/Frameworks/Packages used:
| [styled-theming](https://github.com/styled-components/styled-theming) | Theming |
| [eslint](https://github.com/eslint/eslint) | code analysis |
| [prettier](https://github.com/prettier/prettier) | code formatter |
| [ts-node](https://github.com/TypeStrong/ts-node) | running markdown->html generator |
| [ts-node](https://github.com/TypeStrong/ts-node) | running markdown-to-html generator |
| [jest](https://jestjs.io) | code testing |
| [react-spinners](https://github.com/davidhu2000/react-spinners) | loading indicator |