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.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/gitprofile
- Owner: CodeLikeAGirl29
- Created: 2022-08-08T01:53:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T21:36:25.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:42:32.897Z (about 1 year ago)
- Topics: dashboard, gitprofile, react, reactjs
- Language: JavaScript
- Homepage: https://my-gitprofile.vercel.app/
- Size: 513 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

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


### 🙏 Many thanks & appreciation to the [author & creator](https://github.com/arifszn/gitprofile) of ___GitProfile___. 🎉
[](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
```
---