https://github.com/machariamark/githubsearch
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/githubsearch
angular bootstrap github-api html
Last synced: 10 months 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/githubsearch
- Owner: MachariaMark
- License: mit
- Created: 2021-08-27T07:09:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T19:36:39.000Z (over 4 years ago)
- Last Synced: 2025-02-02T08:11:20.045Z (12 months ago)
- Topics: angular, bootstrap, github-api, html
- Language: TypeScript
- Homepage: https://machariamark.github.io/githubsearch/
- Size: 1.93 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.08.2021
#### By **1offmark**
## 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
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14
## DEPLOYED LIVE SITE
## 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"
}
## Setup
* Clone this repo to your desktop
* run this in your terminal "git remove set-url" if you wish to have it into your repository
* create a directory for this project
* run "atom ." in you terminal
## Known Bugs
No known bugs.
## TECHNOLOGIES USED
* Materialize
* awesome & google fonts
* Used HTML to create forms.
* Used bootstrap and a custom css stylesheet for styling.
* Angular framework and Angular CLI that is based on MVC architecture
## Support and contact details
For feedback contact me through;
* techassistant@gmail.com
* +254798015111
### License
This project is licensed under the terms of the MIT license.
Copyright (c) 2021 **MARK MUCHIRI MACHARIA**