/angular-gitHubSearch

An Application where you can search for a github user and get their details and repos

Primary LanguageTypeScript

GitSearch

12-7-2019

By Sunday Brian

Description

An Application where you can search for a github user and get their details. alt text

Installation

This project was generated with Angular CLI version 8.0.3.

  • Clone the repo
  • Download the dependencies in the package.json using npm install
  • Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Behaviour Driven Development

1.Feature:Submit A User Name

As a user,you must be able to type a valid username to retrieve the user's data

Scenario:Search for a user

 Given There is an a search field
 When i submit a valid user name
 Then the details section is revealed
 Then i can see details of the user i searched for

Known Issues

  • It cannot search for repos

Technologies Used

  • Angular8
  • HTML
  • CSS
  • Typescript
  • Bootstrap4
  • Font-Awesome

License

MIT (c) 2019