Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devxprite/gitvio
- Owner: devXprite
- License: gpl-3.0
- Created: 2022-07-18T05:29:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T07:06:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:10:52.214Z (2 months ago)
- Topics: github, github-stats, hacktoberfest, javascript, less, nodejs, open-source, profile, pug, vercel
- Language: JavaScript
- Homepage: https://gitvio.vercel.app
- Size: 1.58 MB
- Stars: 43
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Create beautiful portfolio from your GitHub profile⚡️
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.