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

https://github.com/thiagonunesbatista/git-search

Application integrated with the GitHub API where we can search GitHub users.
https://github.com/thiagonunesbatista/git-search

frontend github-api portfolio vuejs

Last synced: 8 months ago
JSON representation

Application integrated with the GitHub API where we can search GitHub users.

Awesome Lists containing this project

README

          

# 🎯 Git Search


Size

Last commit

License

It's an application developed with [VueJs](https://vuejs.org/) that is integrated with some functionalities of the [GitHub Api](https://docs.github.com/en/rest).

## Features

- Search Users
- List Users
- Show user profile
- Show repositories of a user

## 👷 Main Technologies

This project was mainly developed using the following technologies

- [VueJS](https://vuejs.org)
- [Sass](https://sass-lang.com)

## 🔗 Deploy

Deploy was made using [Vercel](https://vercel.com/). It's available [here](https://git-searcher.vercel.app).

## 📱 Git Search (Mobile - Screenshots)


homepage
user search page


user profile page, about section

user profile page, repositories section

## ⚙️ How to setup and run the project

### Setting the project

1. Clone the project

Using SSH

```shell
git clone git@github.com:thiagonunesbatista/git-search.git
```

Or using HTTP

```shell
git clone https://github.com/thiagonunesbatista/git-search.git
```

2. Enter in the folder of the project

Using shell

```shell
cd git-search
```

3. Install all the project's dependencies

```shell
npm install
```

### Starting the project

1. Start the project

```shell
npm run serve
```

## 📝 License

This project is under the MIT [license](https://github.com/thiagonunesbatista/git-search/blob/main/LICENSE).