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

https://github.com/codelikeagirl29/gitprofile

Gitprofile. A dashboard for displaying stats and charts about my GitHub & Medium account.
https://github.com/codelikeagirl29/gitprofile

dashboard gitprofile react reactjs

Last synced: about 1 year ago
JSON representation

Gitprofile. A dashboard for displaying stats and charts about my GitHub & Medium account.

Awesome Lists containing this project

README

          

# My Git Profile

A project for Github built with JS, CSS and React. ❥
Think of it as your own personal GitHub dashboard.

Live link can be found [here](https://my-gitprofile.vercel.app/)

![](https://res.cloudinary.com/codelikeagirl29/image/upload/v1697492109/projects/GitPortfolio-of-Lindsey-Howard_iryhku.png)

Contact email is [admin@lindseyk.dev](mailto:admin@lindseyk.dev)

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

### 🙏 Many thanks & appreciation to the [author & creator](https://github.com/arifszn/gitprofile) of ___GitProfile___. 🎉

[![CodeFactor](https://www.codefactor.io/repository/github/codelikeagirl29/gitprofile/badge)](https://www.codefactor.io/repository/github/codelikeagirl29/gitprofile)

---

## Instructions

### Setup

```shell
git clone https://github.com/codelikeagirl29/gitprofile
cd gitprofile
```

and then to install and view in browser.

```shell
npm install
npm run start
```

Install and run -

```shell
yarn
yarn start
```

### How to use

- Open `src/App.js` and make changes.

- Build and deploy -

```shell
yarn build
yarn deploy
```

---