developer-portfolio
developer-portfolio copied to clipboard
How to add SVGs
Hello,
Today, I looked at your portfolio, and I'm interested in creating my own portfolio with a similar design. Can you explain how you added SVGs and how you used CSS in your portfolio? Please provide a detailed explanation, as I'm a beginner in React and want to understand the process better.
Thank you!
You can add a new SVG file (for the file name it's up to you what you want) in public/svg you can get the svg code from https://techicons.dev/icons/ and search for the desired svg file name.
checkout skill-image.js file and update the relevant skill in the switch statement downloading the svg file and importing it correctly
The skills name has to match the test case in the switch in lower case.
[Please Close]
@byteom please close.