Skip to content

arpanaditya/github-portfolio

Repository files navigation

Logo

GitHub Portfolio

The problem it solves:

  • Now a days, almost every developer needs a portfolio to showcase their works. Building a portfolio from scratch can be very time consuming as it should be meticulously planned and built. It should reflect your talent as well as your values.
  • To save a lot of time in building and planning, any developer's go to portfolio is their GitHub profile. It is the best platform to showcase your work and projects.
  • This project is a basic portfolio template which uses GitHub API to get data and allows anyone to create their version of portfolio website based on their GitHub Profile in seconds.

Features:

  • dark and light themes.
  • attractive hero section.
  • Projects section with title, description and deployed URLs.
  • contribution graph.

How to use:

  • Fork this project.
  • Go to ./src/components/Constant.jsx
  • Edit line no 1.
  • It should look like this: export const username = "<your_github_username>";
  • Now your portfolio should be ready.