Skip to content

devXprite/GitVio

Repository files navigation

Gitvio logo

Create beautiful portfolio from your GitHub profile⚡️


GitHub license GitHub contributors GitHub forks GitHub stars
View Demo · Report Bug · Request Feature


Gets your Github profile under a single page in a resume type format

Usage

Simply go to https://gitvio.vercel.app and type Github username there.

OR

Directly go to https://gitvio.vercel.app/@YOUR_USERNAME

Features 🚀

The resume generated by Getvio contains the following :-

  • All your Github stats.
  • All languages used (with percentage).
  • All your popular projects.
  • All the projects you have contributed to.
  • The contribution calender.

GitVio1 GitVio2

Getting Started

To run the website locally follow these simple steps.

Prerequisites

  • NodeJs
  • npm

Installation

  1. Get your Github Personal Access Token.
  2. Clone the repo
    git clone https://github.com/devXprite/gitvio.git
  3. Install NPM packages
    npm install
  4. Enter your TOKEN in .env
    TOKEN=GITHUB_TOKEN
  5. Starting server
    npm start

Server should now be running on localhost

Roadmap

  • Github Timeline
  • Github competition between two users
  • Contribution Calendar

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a Star ⭐! Thanks again!

  1. Fork the Project
  2. Create your New Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Contributors ✨

Thanks goes to these wonderful people

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)