Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devxprite/gitvio

Create beautiful portfolio from your GitHub
https://github.com/devxprite/gitvio

github github-stats hacktoberfest javascript less nodejs open-source profile pug vercel

Last synced: about 2 months ago
JSON representation

Create beautiful portfolio from your GitHub

Awesome Lists containing this project

README

        



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](_includes/1.jpg)](https://gitvio.vercel.app/)
[![GitVio2](_includes/2.jpg)](https://gitvio.vercel.app/)

## 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
```sh
git clone https://github.com/devXprite/gitvio.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your TOKEN in `.env`
```env
TOKEN=GITHUB_TOKEN
```
5. Starting server
```bash
npm start
```
> Server should now be running on localhost

## Roadmap

- [ ] Github Timeline
- [ ] Github competition between two users
- [x] 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

![](https://contrib.rocks/image?repo=devXprite/gitvio)

## License

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

(back to top)