/githubble

Search for GitHub repositories -- Built to get comfortable again with GitHub Flow & Angular 2

Primary LanguageTypeScript

GitHubble

Introducing GitHubble, Your friendly tool for finding GitHub repositories.

The goal in building this tool was to practice GitHub Flow practices (e.g. branches for new features, atomic commits, PR as tools for review) as well as to re-acquaint myself with Angular 2 (architecture, components, services, etc).

For easy, simple, and beautiful styles, GitHubble uses Bulma, a modern CSS framework built on FlexBox. In addition, this project was generated with Angular CLI version 1.1.1.

Install and Run

To install:

  • Clone the repository by running git clone https://github.com/WilhelmWillie/githubble
  • CD into the githubble directory: cd githubble
  • Run npm install

To run:

  • Run ng serve to start the dev server
  • Navigate to http://localhost:4200/
  • Changes to code will automatically reload/update in the browser