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

https://github.com/mdusmanansari/github-profile

Git-hub profile viewer.
https://github.com/mdusmanansari/github-profile

githubapi javascript reactjs tailwindcss

Last synced: 9 months ago
JSON representation

Git-hub profile viewer.

Awesome Lists containing this project

README

          

## live link: [https://ugitprofile.netlify.app/](https://ugitprofile.netlify.app/)

# How to run this project in local

### Just follow the given order step by step 👇

## Clone this project

```
git clone https://github.com/MdUsmanAnsari/github-profile.git
```

## Go to this project

```
cd github-profile
```

## Install all dependencies and dev dependencies.

```
npm i
```
or

```
npm install
```

## Start app

```
npm start

```

## Deploy Status

[![Netlify Status](https://api.netlify.com/api/v1/badges/e0cc37d4-81ae-4669-955f-5e79ce8ce8e6/deploy-status)](https://app.netlify.com/sites/ugitprofile/deploys)