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

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.

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
```