You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the "Github Finder" project I developed using the github rest api, you can enter the user name you want and view the user's profile and repository information.
By coming to the directory where the project is located.
To install dependencies
npm install
To run the project
npm run serve
Preparing the project for the production environment
npm run build
Author✍️
👤 Mehmet Sağır
License
Licensed under the MIT license, see LICENSE for details.
About
With the "Github Finder" project I developed using the github rest api, you can enter the user name you want and view the user's profile and repository information.