From 5e16cc2f334cc06bb795627043bc2224222d34e5 Mon Sep 17 00:00:00 2001 From: Adam Plesnik Date: Wed, 2 Oct 2024 14:48:20 +0200 Subject: [PATCH 1/3] Update readme, add Badgen badge --- README.md | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 0d6babe..d1cbb47 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,11 @@ -# React + TypeScript + Vite +# adamplesnik.com -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +Personal page, kind fof CV as well of Adam Plesnik. -Currently, two official plugins are available: + -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +## Tech stack -## Expanding the ESLint configuration - -If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: - -- Configure the top-level `parserOptions` property like this: - -```js -export default { - // other rules... - parserOptions: { - ecmaVersion: 'latest', - sourceType: 'module', - project: ['./tsconfig.json', './tsconfig.node.json'], - tsconfigRootDir: __dirname, - }, -} -``` - -- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` -- Optionally add `plugin:@typescript-eslint/stylistic-type-checked` -- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list +- React + TypeScript, Vite +- Vitest tests +- deployed on Vercel From 341c795322778aae76c6ed57675ae6f6f3ab96d3 Mon Sep 17 00:00:00 2001 From: Adam Plesnik Date: Wed, 2 Oct 2024 14:58:19 +0200 Subject: [PATCH 2/3] Finish readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1cbb47..419b1ac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # adamplesnik.com -Personal page, kind fof CV as well of Adam Plesnik. +!['License'](https://badgen.net/github/license/adamplesnik/adamplesnik.com) +!['Checks'](https://badgen.net/github/checks/adamplesnik/adamplesnik.com) - +Personal page both as a portfolio and a digital CV for Adam Plesnik, design engineer from Bratislava, Slovakia. ## Tech stack From 6ab6ab32cf3a646786967e2daf9767fc47a5e7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Plesn=C3=ADk?= Date: Wed, 2 Oct 2024 14:59:30 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 419b1ac..b74e6a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ !['License'](https://badgen.net/github/license/adamplesnik/adamplesnik.com) !['Checks'](https://badgen.net/github/checks/adamplesnik/adamplesnik.com) -Personal page both as a portfolio and a digital CV for Adam Plesnik, design engineer from Bratislava, Slovakia. +Portfolio and a digital CV for Adam Plesník, design engineer from Bratislava, Slovakia. ## Tech stack