diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 6e87a00..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-# Editor configuration, see http://editorconfig.org
-root = true
-
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.md]
-max_line_length = off
-trim_trailing_whitespace = false
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..41d2cd1
--- /dev/null
+++ b/404.html
@@ -0,0 +1,14 @@
+
+
+
+
+ GithubSearch
+
+
+
+
+
+
+ Loading...
+
+
diff --git a/README.md b/README.md
deleted file mode 100644
index 344052b..0000000
--- a/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# GITHUBSEARCH
-
-This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.24.
-
-## 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/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](https://karma-runner.github.io).
-
-## Running end-to-end tests
-
-Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
-Before running the tests make sure you are serving the app via `ng serve`.
-
-## Deploying to Github Pages
-
-Run `ng github-pages:deploy` to deploy to Github Pages.
-
-## Further help
-
-To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
diff --git a/angular-cli.json b/angular-cli.json
deleted file mode 100644
index 3918865..0000000
--- a/angular-cli.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "project": {
- "version": "1.0.0-beta.24",
- "name": "githubsearch"
- },
- "apps": [
- {
- "root": "src",
- "outDir": "dist",
- "assets": [
- "assets",
- "favicon.ico"
- ],
- "index": "index.html",
- "main": "main.ts",
- "test": "test.ts",
- "tsconfig": "tsconfig.json",
- "prefix": "app",
- "mobile": false,
- "styles": [
- "styles.css"
- ],
- "scripts": [],
- "environments": {
- "source": "environments/environment.ts",
- "dev": "environments/environment.ts",
- "prod": "environments/environment.prod.ts"
- }
- }
- ],
- "addons": [],
- "packages": [],
- "e2e": {
- "protractor": {
- "config": "./protractor.conf.js"
- }
- },
- "test": {
- "karma": {
- "config": "./karma.conf.js"
- }
- },
- "defaults": {
- "styleExt": "css",
- "prefixInterfaces": false,
- "inline": {
- "style": false,
- "template": false
- },
- "spec": {
- "class": false,
- "component": true,
- "directive": true,
- "module": false,
- "pipe": true,
- "service": true
- }
- }
-}
diff --git a/debug.log b/debug.log
deleted file mode 100644
index 1bbc1b8..0000000
--- a/debug.log
+++ /dev/null
@@ -1,2 +0,0 @@
-[0210/103908:ERROR:tcp_listen_socket.cc(76)] Could not bind socket to 127.0.0.1:6004
-[0210/103908:ERROR:node_debugger.cc(86)] Cannot start debugger server
diff --git a/e2e/app.e2e-spec.ts b/e2e/app.e2e-spec.ts
deleted file mode 100644
index e155c67..0000000
--- a/e2e/app.e2e-spec.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { GITHUBSEARCHPage } from './app.po';
-
-describe('githubsearch App', function() {
- let page: GITHUBSEARCHPage;
-
- beforeEach(() => {
- page = new GITHUBSEARCHPage();
- });
-
- it('should display message saying app works', () => {
- page.navigateTo();
- expect(page.getParagraphText()).toEqual('app works!');
- });
-});
diff --git a/e2e/app.po.ts b/e2e/app.po.ts
deleted file mode 100644
index 78bb839..0000000
--- a/e2e/app.po.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { browser, element, by } from 'protractor';
-
-export class GITHUBSEARCHPage {
- navigateTo() {
- return browser.get('/');
- }
-
- getParagraphText() {
- return element(by.css('app-root h1')).getText();
- }
-}
diff --git a/e2e/tsconfig.json b/e2e/tsconfig.json
deleted file mode 100644
index 656bdb1..0000000
--- a/e2e/tsconfig.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "declaration": false,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "module": "commonjs",
- "moduleResolution": "node",
- "outDir": "../dist/out-tsc-e2e",
- "sourceMap": true,
- "target": "es5",
- "typeRoots": [
- "../node_modules/@types"
- ]
- }
-}
diff --git a/src/favicon.ico b/favicon.ico
similarity index 100%
rename from src/favicon.ico
rename to favicon.ico
diff --git a/src/index.html b/index.html
similarity index 56%
rename from src/index.html
rename to index.html
index cd72e3a..41d2cd1 100644
--- a/src/index.html
+++ b/index.html
@@ -3,12 +3,12 @@
GithubSearch
-
+
-
+
Loading...
-
+