https://github.com/mohitjaisal/githubpro
A better look at your Github profile with graphs and charts.
https://github.com/mohitjaisal/githubpro
chart github githubprofile graph graphql nextjs portfolio yarn
Last synced: 24 days ago
JSON representation
A better look at your Github profile with graphs and charts.
- Host: GitHub
- URL: https://github.com/mohitjaisal/githubpro
- Owner: mohitjaisal
- Created: 2021-04-22T13:43:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T13:43:39.000Z (over 4 years ago)
- Last Synced: 2023-05-16T17:32:42.038Z (over 2 years ago)
- Topics: chart, github, githubprofile, graph, graphql, nextjs, portfolio, yarn
- Language: JavaScript
- Homepage: https://githubpro.netlify.app/
- Size: 5.68 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GithubPro
## Overview:
An improved method of showcasing your GitHub Profile!
## Screenshot

## Demo :globe_with_meridians:
To see the live project click [HERE](https://githubpro.netlify.app/)
## Features
- View charts of Top languages used
- Graphs indicating most Starred
- Filter your repos by size, stars and forks
## Built with :hammer_and_wrench:
- [Next.js](https://nextjs.org/)
- [GitHub Polyglot](https://github.com/IonicaBizau/node-gh-polyglot)
- [Chart.js](https://www.chartjs.org/)
- [React Flip Move](https://github.com/joshwcomeau/react-flip-move)
- [Styled Components](https://www.styled-components.com/)
## Getting Started
1. Install dependencies
```bash
yarn
```
2. Fire up the server and watch files
```bash
yarn dev
```
## Deployment
1. Install the Now CLI
```bash
yarn add now
```
2. Deploy!
```bash
now
```