https://github.com/dissco/tettris-marketplace
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: DiSSCo
- License: apache-2.0
- Language: TypeScript
- Default Branch: main
- Size: 1.89 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
- 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:
- Configure the top-level
parserOptionsproperty like this:
js
export default tseslint.config({
languageOptions: {
// other options...
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
},
})
- Replace
tseslint.configs.recommendedtotseslint.configs.recommendedTypeCheckedortseslint.configs.strictTypeChecked - Optionally add
...tseslint.configs.stylisticTypeChecked - Install eslint-plugin-react and update the config:
```js // eslint.config.js import react from 'eslint-plugin-react'
export default tseslint.config({ // Set the react version settings: { react: { version: '18.3' } }, plugins: { // Add the react plugin react, }, rules: { // other rules... // Enable its recommended rules ...react.configs.recommended.rules, ...react.configs['jsx-runtime'].rules, }, }) ```
Owner
- Name: DiSSCo
- Login: DiSSCo
- Kind: organization
- Email: info@dissco.eu
- Location: Europe
- Website: dissco.eu
- Twitter: disscoeu
- Repositories: 35
- Profile: https://github.com/DiSSCo
Distributed System of Scientific Collections - pan-European Research Infrastructure. Updates on DiSSCo and natural science collections
GitHub Events
Total
- Delete event: 15
- Member event: 1
- Issue comment event: 56
- Push event: 67
- Pull request review event: 30
- Pull request review comment event: 13
- Pull request event: 37
- Fork event: 2
- Create event: 34
Last Year
- Delete event: 15
- Member event: 1
- Issue comment event: 56
- Push event: 67
- Pull request review event: 30
- Pull request review comment event: 13
- Pull request event: 37
- Fork event: 2
- Create event: 34
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.86
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 7
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.86
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- TomDijkema (1)
Pull Request Authors
- TomDijkema (33)
- Aglorios17 (2)
- southeo (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- SonarSource/sonarcloud-github-action master composite
- actions/checkout v2 composite
- anothrNick/github-tag-action 1.36.0 composite
- docker/build-push-action v3 composite
- docker/login-action v1 composite
- docker/metadata-action v4 composite
- 1337 dependencies
- @fortawesome/fontawesome-svg-core ^6.5.1
- @fortawesome/free-solid-svg-icons ^6.5.1
- @fortawesome/react-fontawesome ^0.2.0
- @react-keycloak/web ^3.4.0
- @reduxjs/toolkit ^2.2.2
- @testing-library/jest-dom ^5.17.0
- @testing-library/react ^13.4.0
- @testing-library/user-event ^13.5.0
- @types/jest ^27.5.2
- @types/node ^16.18.80
- @types/react ^18.2.55
- @types/react-dom ^18.2.19
- axios ^1.6.7
- bootstrap ^5.3.2
- bootstrap-css ^4.0.0-alpha.5
- formik ^2.4.5
- json-schema-to-typescript ^13.1.2
- lodash ^4.17.21
- react ^18.2.0
- react-bootstrap ^2.10.1
- react-countup ^6.5.3
- react-dom ^18.2.0
- react-redux ^9.1.0
- react-router-dom ^6.22.0
- react-scripts 5.0.1
- sass ^1.70.0
- typescript ^4.9.5
- web-vitals ^2.1.4