diff --git a/README.md b/README.md index fcc3242..dc5a9fe 100644 --- a/README.md +++ b/README.md @@ -51,58 +51,56 @@ The **minimalistic design** makes the developer to **concentrate** on what's imp Recommended [VSCode Settings](https://code.visualstudio.com/docs/getstarted/settings): ```json -{ - // Work Bench - "workbench.colorTheme": "Summer Time", - "workbench.iconTheme": "material-icon-theme", - "workbench.statusBar.feedback.visible": false, - "workbench.statusBar.visible": true, - "workbench.startupEditor": "newUntitledFile", - "workbench.editor.enablePreview": false, - "workbench.editor.highlightModifiedTabs": true, - - // Explorer - "explorer.confirmDelete": false, - "explorer.decorations.badges": false, - "explorer.sortOrder": "type", - "explorer.confirmDragAndDrop": false, - - // Terminal - "terminal.integrated.cursorStyle": "underline", - "terminal.integrated.cursorBlinking": true, - "terminal.integrated.fontSize": 12, - "terminal.integrated.fontWeight": "100", - "terminal.integrated.fontFamily": "Hack Nerd Font Mono", - - // Editor - "editor.mouseWheelZoom": true, - "editor.snippetSuggestions": "top", - "editor.autoClosingBrackets": "always", - "editor.rulers": [ - 100 - ], - "editor.renderIndentGuides": false, - "editor.fontLigatures": true, - "editor.renderControlCharacters": false, - "editor.autoClosingQuotes": "always", - "editor.formatOnSave": false, - "editor.formatOnType": true, - "editor.fontSize": 15, - "editor.lineHeight": 24.65, - "editor.letterSpacing": 0.5, - "editor.fontWeight": "400", - "editor.cursorStyle": "line-thin", - "editor.cursorWidth": 5, - "editor.cursorBlinking": "solid", - "editor.renderWhitespace": "all", - "editor.glyphMargin": true, - "editor.suggest.snippetsPreventQuickSuggestions": false, - - // Icons - "material-icon-theme.activeIconPack": "react_redux", - "material-icon-theme.folders.theme": "specific", - "material-icon-theme.hidesExplorerArrows": true, -} +// Work Bench +"workbench.colorTheme": "Summer Time", +"workbench.iconTheme": "material-icon-theme", +"workbench.statusBar.feedback.visible": false, +"workbench.statusBar.visible": true, +"workbench.startupEditor": "newUntitledFile", +"workbench.editor.enablePreview": false, +"workbench.editor.highlightModifiedTabs": true, + +// Explorer +"explorer.confirmDelete": false, +"explorer.decorations.badges": false, +"explorer.sortOrder": "type", +"explorer.confirmDragAndDrop": false, + +// Terminal +"terminal.integrated.cursorStyle": "underline", +"terminal.integrated.cursorBlinking": true, +"terminal.integrated.fontSize": 12, +"terminal.integrated.fontWeight": "100", +"terminal.integrated.fontFamily": "Hack Nerd Font Mono", + +// Editor +"editor.mouseWheelZoom": true, +"editor.snippetSuggestions": "top", +"editor.autoClosingBrackets": "always", +"editor.rulers": [ + 100 +], +"editor.renderIndentGuides": false, +"editor.fontLigatures": true, +"editor.renderControlCharacters": false, +"editor.autoClosingQuotes": "always", +"editor.formatOnSave": false, +"editor.formatOnType": true, +"editor.fontSize": 15, +"editor.lineHeight": 24.65, +"editor.letterSpacing": 0.5, +"editor.fontWeight": "400", +"editor.cursorStyle": "line-thin", +"editor.cursorWidth": 5, +"editor.cursorBlinking": "solid", +"editor.renderWhitespace": "all", +"editor.glyphMargin": true, +"editor.suggest.snippetsPreventQuickSuggestions": false, + +// Icons +"material-icon-theme.activeIconPack": "react_redux", +"material-icon-theme.folders.theme": "specific", +"material-icon-theme.hidesExplorerArrows": true, ``` ### Extensions diff --git a/images/example-editor-js.png b/images/example-editor-js.png new file mode 100644 index 0000000..b67b960 Binary files /dev/null and b/images/example-editor-js.png differ diff --git a/images/example-editor-react.png b/images/example-editor-react.png new file mode 100644 index 0000000..c2a9af9 Binary files /dev/null and b/images/example-editor-react.png differ diff --git a/images/example-indent-1.png b/images/example-indent-1.png new file mode 100644 index 0000000..5dcf656 Binary files /dev/null and b/images/example-indent-1.png differ diff --git a/images/example-indent-2.png b/images/example-indent-2.png new file mode 100644 index 0000000..ddd32fc Binary files /dev/null and b/images/example-indent-2.png differ diff --git a/images/example-stateless.png b/images/example-stateless.png new file mode 100644 index 0000000..bd06e3f Binary files /dev/null and b/images/example-stateless.png differ diff --git a/images/example-syntax-js.png b/images/example-syntax-js.png new file mode 100644 index 0000000..20e3c9f Binary files /dev/null and b/images/example-syntax-js.png differ diff --git a/images/example-syntax-react.png b/images/example-syntax-react.png new file mode 100644 index 0000000..9cdaf76 Binary files /dev/null and b/images/example-syntax-react.png differ diff --git a/images/hr.png b/images/hr.png new file mode 100644 index 0000000..3eb4850 Binary files /dev/null and b/images/hr.png differ diff --git a/images/logo-clean.png b/images/logo-clean.png new file mode 100644 index 0000000..93465fe Binary files /dev/null and b/images/logo-clean.png differ