dodi-br / Ionic3-GitHubProfileSearcher

Ionic 3 App that allows users to search the GitHub API for users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic 3 GitHub Profile Search

Ionic 3 app. Implements GitHub API to allow users to search GitHub for a username. Displays user's name, bio, avatar, and repositories. Repository links are clickable. main view main view main view main view

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Node, npm.

Installation

A step by step series of examples that tell you have to get a development env running

Install ionic:

$ npm install -g cordova ionic

clone the project:

$ git clone https://github.com/marnibrewster/Ionic3-GitHubProfileSearcher.git

cd into project

$ cd <project name>

start ionic server:

$ ionic serve

View in browser or check out how your app appears in mobile by going to: http://localhost:8100/ionic-lab

Search for your GitHub username, or for 'marnibrewster'. View repositories and click on any that look interesting.

Why did you make this?

This app was created as part of the Udemy's 'Learn Ionic 3' course.

About

Ionic 3 App that allows users to search the GitHub API for users


Languages

Language:TypeScript 59.2%Language:CSS 18.5%Language:HTML 17.7%Language:JavaScript 4.5%