https://github.com/kryptonbd/github-finder-angular-app
Find Github users
https://github.com/kryptonbd/github-finder-angular-app
angular javascript typescript
Last synced: 7 months ago
JSON representation
Find Github users
- Host: GitHub
- URL: https://github.com/kryptonbd/github-finder-angular-app
- Owner: KryptonBD
- Created: 2018-12-15T07:32:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T07:57:59.000Z (about 7 years ago)
- Last Synced: 2025-06-15T19:13:23.116Z (7 months ago)
- Topics: angular, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Finder
Github Finder which i created as a fun project after learning Angular.
Where you can search with username and view user profile, can see the number of repos, followers, following, and list of repos from where yoy can go to the repository on github.
## Setting Up
To run this app, you need to register a github app from *Developer Settings*,
after registering you'll have a *Client ID* and *Client Secret*
Now go to *src/app/services/github.services.ts* file of this application,
where you can find `YOUR CLIENT ID`, and `YOUR CLIENT SECRET`, replace these with your client id and secret.
Also replace `YOUR USERNAME` with your *github username*.
## Running this project
You must have angular installed, now
- Run `npm install` to install all dependencies
- Run `ng serve` to start the project
- Go to `http://localhost:4200` to view the Project