Enhance skill display and add tooltip for skill levels

This commit is contained in:
2025-03-06 10:19:15 +01:00
parent 5c0b168c2e
commit 85c12b68ff
9 changed files with 395 additions and 156 deletions

23
.gitignore vendored
View File

@@ -26,3 +26,26 @@ yarn-error.log*
.idea
dist
/src/components/About.js
/src/components/Card.js
/src/components/CV.js
/src/assets/DATA.js
/src/components/Footer.js
/cypress/fixtures/test-redirections/idObjES6Export.js
/cypress/fixtures/test-redirections/idObjES6Import.js
/cypress/fixtures/test-redirections/idObjES6ImportExport.js
/cypress/fixtures/__tests__/import-es6-export-test.js
/cypress/fixtures/__tests__/import-es6-import-export-test.js
/cypress/fixtures/__tests__/import-es6-import-test.js
/cypress/fixtures/__tests__/import-vanilla-test.js
/cypress/fixtures/__tests__/index-test.js
/src/components/Menu.js
/src/components/ProgresBar.js
/src/components/Project.js
/src/components/ProjectCard.js
/cypress/fixtures/__tests__/require-es6-export-test.js
/cypress/fixtures/__tests__/require-es6-import-export-test.js
/cypress/fixtures/__tests__/require-es6-import-test.js
/cypress/fixtures/__tests__/require-vanilla-test.js
/src/components/SkillCard.js
/src/components/Skills.js