|
I want to add a new project. What files do I need to modify and what is the expected data format? |
Answered by
Dev9269
Jul 15, 2026
Replies: 1 comment
|
To add a new project, edit src/data/portfolio.js. Each project needs: title, description, image path, gradient colors, tag, impact, highlights array, stack array, liveUrl, and githubUrl. The site auto-detects new entries. |
0 replies
Answer selected by
Dev9269
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add a new project, edit src/data/portfolio.js. Each project needs: title, description, image path, gradient colors, tag, impact, highlights array, stack array, liveUrl, and githubUrl. The site auto-detects new entries.