Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.32 KB

README.md

File metadata and controls

55 lines (42 loc) · 2.32 KB

GIT SEARCHER ✨

my screenshot This project was generated with Angular CLI version 11.2.12.

PROJECT DESCRIPTION 🌸

A website where users may enter a GitHub username into a form, submit it, and see names and descriptions of that person's public repositories. Any person can look for the repositories.

Expected output ✨

Actions Result
Search User display user profile details & repositories
Click on username Redirected to github profile for the user
click on repository title Redirected to repository link on their github account

TECHNOLOGIES USED ✨

These are:

  • CSS
  • Javascript
  • Bootstrap
  • HTML
  • Typescript

THE AUTHOR 🦁

  • jimmy-oss

If there is a pending information I can use to improve the project please feel free to email, that is jimmynjonge51@gmail.com.

BEHAVIOUR DRIVEN DEVELOPMENT ✨

The project consists of components which are the parent component and the child component files in angular.The child component is responsible for receiving data from a parent component inorder for the project to work.

THE LICENSE 🌸

The app is under mit license.

Development server ✨

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.

Running unit tests 🌸

Run ng test to execute the unit tests via Karma.

Running end-to-end tests ✨

Run ng e2e to execute the end-to-end tests via Protractor.

Further help 🌸

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.