https://github.com/arttturslv/portfolio
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: arttturslv
- Language: TypeScript
- Default Branch: master
- Homepage: https://portfolio-mocha-ten-41.vercel.app
- Size: 4.79 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Expanding the ESLint configuration
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
```js export default tseslint.config([ globalIgnores(['dist']), { files: ['*/.{ts,tsx}'], extends: [ // Other configs...
// Remove tseslint.configs.recommended and replace with this
...tseslint.configs.recommendedTypeChecked,
// Alternatively, use this for stricter rules
...tseslint.configs.strictTypeChecked,
// Optionally, add this for stylistic rules
...tseslint.configs.stylisticTypeChecked,
// Other configs...
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
}, ]) ```
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
```js // eslint.config.js import reactX from 'eslint-plugin-react-x' import reactDom from 'eslint-plugin-react-dom'
export default tseslint.config([ globalIgnores(['dist']), { files: ['*/.{ts,tsx}'], extends: [ // Other configs... // Enable lint rules for React reactX.configs['recommended-typescript'], // Enable lint rules for React DOM reactDom.configs.recommended, ], languageOptions: { parserOptions: { project: ['./tsconfig.node.json', './tsconfig.app.json'], tsconfigRootDir: import.meta.dirname, }, // other options... }, }, ]) ```
Owner
- Name: Artur Marcos
- Login: arttturslv
- Kind: user
- Repositories: 1
- Profile: https://github.com/arttturslv
GitHub Events
Total
- Public event: 1
- Push event: 1
Last Year
- Public event: 1
- Push event: 1
Dependencies
- 282 dependencies
- @eslint/js ^9.33.0 development
- @types/react ^19.1.10 development
- @types/react-dom ^19.1.7 development
- @vitejs/plugin-react ^5.0.0 development
- eslint ^9.33.0 development
- eslint-plugin-react-hooks ^5.2.0 development
- eslint-plugin-react-refresh ^0.4.20 development
- globals ^16.3.0 development
- typescript ~5.8.3 development
- typescript-eslint ^8.39.1 development
- vite ^7.1.2 development
- @tailwindcss/vite ^4.1.12
- gsap ^3.13.0
- react ^19.1.1
- react-dom ^19.1.1
- react-i18next ^15.7.3
- react-router ^7.8.2
- tailwindcss ^4.1.12