Skip to content

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

License

Notifications You must be signed in to change notification settings

thiagonunesbatista/git-search

Repository files navigation

🎯 Git Search

Size Last commit License

It's an application developed with VueJs that is integrated with some functionalities of the GitHub Api.

Features

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

👷 Main Technologies

This project was mainly developed using the following technologies

🔗 Deploy

Deploy was made using Vercel. It's available here.

📱 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

git clone [email protected]:thiagonunesbatista/git-search.git

Or using HTTP

git clone https://github.com/thiagonunesbatista/git-search.git
  1. Enter in the folder of the project

Using shell

cd git-search
  1. Install all the project's dependencies
npm install

Starting the project

  1. Start the project
npm run serve

📝 License

This project is under the MIT license.