https://github.com/machariamark/github-search
This is an application where by the user may enter a GitHub username into a form, submit it, and see names and descriptions of that person's public repositories, as well as looking for repositories
https://github.com/machariamark/github-search
angular html
Last synced: about 1 month ago
JSON representation
This is an application where by the user may enter a GitHub username into a form, submit it, and see names and descriptions of that person's public repositories, as well as looking for repositories
- Host: GitHub
- URL: https://github.com/machariamark/github-search
- Owner: MachariaMark
- License: mit
- Created: 2019-09-27T13:12:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T11:05:51.000Z (over 6 years ago)
- Last Synced: 2025-02-02T08:11:19.443Z (over 1 year ago)
- Topics: angular, html
- Language: TypeScript
- Homepage: https://machariamark.github.io/Github-Search/
- Size: 27.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GITHUB SEARCH
#### 27.09.2019
#### AUTHOR **Mark Muchiri Macharia**
## DESCRIPTION
This is an application where by the user may enter a GitHub username into a form, submit it, and see names and descriptions of that person's public repositories, as well as looking for repositories
## DEPLOYED LIVE SITE
This app is live @ https://machariamark.github.io/Github-Search/
## FEATURES
As a user can ;
* Search for Github users.
* Search for Repositories.
*
## SETUP/INSTALLATION REQUIREMENTS
In oder to utilize a feature listed above include the appropriate dependency (or dependencies) listed below in your app/build.gradle file.
######
"dependencies": {
"@angular/animations": "~8.2.5",
"@angular/cdk": "~8.2.1",
"@angular/common": "~8.2.5",
"@angular/compiler": "~8.2.5",
"@angular/core": "~8.2.5",
"@angular/forms": "~8.2.5",
"@angular/material": "^8.2.1",
"@angular/platform-browser": "~8.2.5",
"@angular/platform-browser-dynamic": "~8.2.5",
"@angular/router": "~8.2.5",
"hammerjs": "^2.0.8",
"materialize-css": "^1.0.0-rc.2",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
}
## CONTRIBUTING
Want to contribute? Lovely!
To fix a bug or enhance an existing module, follow these steps:
* Fork the repo
* Create a new branch (git checkout -b improve-feature)
* Make the appropriate changes in the files
* Add changes to reflect the changes made
* Commit your changes (git commit -am 'Improve feature')
* Push to the branch (git push origin improve-feature)
* Create a Pull Request
## NO KNOWN BUGS
No known bugs.
## TECHNOLOGIES USED
* Materialize
* Angular framework that is based on MVC architecture
* typescript
* awesome & google fonts
## SUPPORT AND CONTACT DETAILS
* EMAIL ME @ official1offmark@gmail.com
* CHECK OUT MY WORK @ https://github.com/MachariaMark/
### LICENCE
[MITlicense](LICENSE) 2019 **MARK MUCHIRI MACHARIA**