git-search is a simple angular applcation for searching github users and repositories. User profiles are populated by use of their username and also you can use a repository name to also view.
Here is the live demo :https://martin023.github.io/git-search-app/
- Any code editor that has support typescript and javascrpt .(Visual studio code or atom editors are recommended).
- Angular CLI.
- Watchman :optional.
- npm package installer.
- Fork this repository or: clone directly from bash or terminal (git-bash for windows)
- To clone this repository to a local repository using bash(Mac) or terminal Linux and git-bash for windows : [git-clone](git clone https//github.com/martin023/git-search/)
- Open terminal / command line then navigate to the root folder of the application.
- Open with your preffered code editor. (atom . /code .)
- Run the app : ng serve -o /ng serve for localserver
- For Deployment or production purposes build the app first : use ng build command.
- Feel free extend features.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
Reach me through my website at: https://martin023.github.io/portfolio/
MIT licence Copyright 2022.