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.
- Host: GitHub
- URL: https://github.com/thiagonunesbatista/git-search
- Owner: thiagonunesbatista
- License: mit
- Created: 2021-03-10T16:36:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T14:52:24.000Z (about 5 years ago)
- Last Synced: 2024-12-31T19:39:52.257Z (about 1 year ago)
- Topics: frontend, github-api, portfolio, vuejs
- Language: Sass
- Homepage: https://git-searcher.vercel.app
- Size: 2.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎯 Git Search


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)
## ⚙️ 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).