developerFolio icon indicating copy to clipboard operation
developerFolio copied to clipboard

🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.

Results 109 developerFolio issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

# 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...

# 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); ^...

bug

### 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("

bug

**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...