It's an application developed with VueJs that is integrated with some functionalities of the GitHub Api.
- Search Users
- List Users
- Show user profile
- Show repositories of a user
This project was mainly developed using the following technologies
Deploy was made using Vercel. It's available here.
- Clone the project
Using SSH
git clone git@github.com:thiagonunesbatista/git-search.git
Or using HTTP
git clone https://github.com/thiagonunesbatista/git-search.git
- Enter in the folder of the project
Using shell
cd git-search
- Install all the project's dependencies
npm install
- Start the project
npm run serve
This project is under the MIT license.