J-odion / github-portfolio

A portfolio template which uses GitHub API to get details and allows anyone to create their version of portfolio website based on their GitHub Profile in seconds.

Home Page:https://github-portfolio-arpanaditya.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

GitHub Portfolio

Preview | Code Of Conduct | Contributing Guidelines

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.

About

A portfolio template which uses GitHub API to get details and allows anyone to create their version of portfolio website based on their GitHub Profile in seconds.

https://github-portfolio-arpanaditya.vercel.app/

License:MIT License


Languages

Language:JavaScript 53.2%Language:CSS 33.5%Language:HTML 13.3%