This is for my portfolio project.
How do I link the projects I want to show together provided an anchor tag?
What’s the href I should use?
I may put my portfolio repository up on GitHub.
This is for my portfolio project.
How do I link the projects I want to show together provided an anchor tag?
What’s the href I should use?
I may put my portfolio repository up on GitHub.
If want to showcase your projects on your portfolio page, you’ll need to place them somewhere that is publicly accessible.
You mentioned GitHub. Link to the repository page, for instance here is the repo for @freeCodeCamp https://github.com/freecodecamp/freecodecamp
Below the About section, add a link to the deployed page.
Fill in the README page with information that describes the project, why you choose to do the project, what you learnt, some of challenges you faced.
Happy coding