developerFolio
developerFolio copied to clipboard
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
### Summary I want to add a page that has description about the project. Currently there is no separate page and if I want to add project image and long...
# Description I added easy-to-use multi-language support 1. If you want to add new language, you need to go this file `src/portfolio.js` after you can change or add languages. ```js...
done # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this...
Dev
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description This PR implements a fix for fetching public files (`profile.json`, `blogs.json`) from the site's public URL instead of the root (`/`) path. This change addresses an issue where...
# Description This PR implements adjustments to the dark mode colors to address visibility issues. Previously, some text elements were not easily readable in dark mode because of low contrast....
### Describe the bug there is a bug if it won't find medium user or getting forbidden then it will throw an error statusCode: 403 /home/runner/work/portfolio/portfolio/fetch.js:111 throw new Error(ERR.requestMediumFailed); ^...
### Describe the bug [src/containers/blogs/Blogs.js:19](https://github.com/gvatsal60/portfolio/blob/2314fd8fc372e7a582fcdf938a7b6c6a00a51d0e/src/containers/blogs/Blogs.js#L19-L19) ? html .split("p>") .filter(el => !el.includes(">")) .map(el => el.replace("
**Changes Made:** Added a condition to check if cardInfo.companylogo exists before rendering the tag in the experience card component. **Reason for Change:** Ensures that a circular logo icon is displayed...
# Description The buttons : CONTACT ME and DOWNLOAD MY RESUME buttons were distorting the ui in small screens (at around 410px). So now they will be visible in a...