# Github Search
A simple app for github search api [check demo](https://github-search-app-123.herokuapp.com/).
---
## Prerequisites
This project requires NodeJS (version 8 or later) and NPM.
[Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are really easy to install.
To make sure you have them available on your machine,
try running the following command.
```sh
$ npm -v && node -v
6.4.1
v8.16.0
```
---
## Install
$ git clone https://github.com/Amr-Reda/github-search
$ cd github-search
$ npm install
## Running the project
$ npm start
- this will run the app on port `3000`
## Testing
$ npm test