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..0b2f13d
--- /dev/null
+++ b/404.html
@@ -0,0 +1,15 @@
+
+
+
+
+ The Kanban Board
+
+
+
+
+
+
+
+ Loading...
+
+
diff --git a/README.md b/README.md
deleted file mode 100644
index ed50c9b..0000000
--- a/README.md
+++ /dev/null
@@ -1,70 +0,0 @@
-# kanban2
-
-## Project description
-
-This project is a playground for a Kanban board made with following libraries:
-
-* Angular 2 (based on angular-cli)
-* Firebase via AngualarFire2
-* Bootstrap with ng2-bootstrap
-
-## Configuration
-
-You will need to configure your firebase credentials in firebaseConfig.ts. This can be copied
-almost directly from the proposed configuration from the Firebase console.
-
-```angular2html
- apiKey: "????",
- authDomain: "????",
- databaseURL: "???",
- storageBucket: "???",
- messagingSenderId: "???"
-```
-
-Initial data:
-
-In "data" folder there is "kanban2-d5e2a-export.json" file with some initial data
-It can be imported in firebase console in a new fresh firebase database.
-
-
-
-
-
-## Screenshots
-
-
-
-
-
-
-#Angular 2 Specifics
-
-This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.21.
-
-## 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`.
-
-## 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 60e12db..0000000
--- a/angular-cli.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "project": {
- "version": "1.0.0-beta.21",
- "name": "kanban2"
- },
- "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",
- "../node_modules/bootstrap/dist/css/bootstrap.min.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/data/importdata.png b/data/importdata.png
deleted file mode 100644
index 05ad71d..0000000
Binary files a/data/importdata.png and /dev/null differ
diff --git a/data/kanban2-d5e2a-export.json b/data/kanban2-d5e2a-export.json
deleted file mode 100644
index 79b07f2..0000000
--- a/data/kanban2-d5e2a-export.json
+++ /dev/null
@@ -1,146 +0,0 @@
-{
- "cardlist" : {
- "-KdRl7OguO3iT-Uapu1B" : {
- "color" : "orange",
- "created_at" : "Mon Feb 20 2017 20:24:25 GMT+0200 (GTB Standard Time)",
- "name" : "IN PPROGRESS",
- "order" : 1,
- "projectId" : "-KdRh_nFQT3Im1KfUPMW"
- },
- "-KdRmdEq-T-AmCqRvPQq" : {
- "color" : "green",
- "created_at" : "Mon Feb 20 2017 20:31:02 GMT+0200 (GTB Standard Time)",
- "name" : "DONE",
- "order" : 2,
- "projectId" : "-KdRh_nFQT3Im1KfUPMW"
- },
- "ToDo" : {
- "color" : "gray",
- "created_at" : "Mon Feb 20 2017 20:31:02 GMT+0200 (GTB Standard Time)",
- "name" : "TO DO",
- "order" : 0,
- "projectId" : "-KdRh_nFQT3Im1KfUPMW"
- }
- },
- "cards" : {
- "-KdTXIRPx0OAe8V9tfba" : {
- "cardListId" : "ToDo",
- "created_at" : "Tue Feb 21 2017 04:38:52 GMT+0200 (GTB Standard Time)",
- "description" : "Read it before the Friday presentation, discuss ideas with the team.",
- "isExpanded" : true,
- "name" : "Read \"Don't make me think\"",
- "order" : 0
- },
- "-KdTYCqtrRKoZejMUQaA" : {
- "cardListId" : "ToDo",
- "created_at" : "Tue Feb 21 2017 04:42:52 GMT+0200 (GTB Standard Time)",
- "description" : "Test driven development desc",
- "isExpanded" : false,
- "name" : "Test driven development",
- "order" : 0
- },
- "-KdT_XMJHSc5EEdMbZPL" : {
- "cardListId" : "-KdRl7OguO3iT-Uapu1B",
- "created_at" : "Tue Feb 21 2017 04:53:00 GMT+0200 (GTB Standard Time)",
- "description" : "Read tech articles on medium desc",
- "isExpanded" : false,
- "name" : "Read tech articles on medium",
- "order" : 0
- },
- "-KdT_hWu_JChDp22_yYe" : {
- "cardListId" : "-KdRl7OguO3iT-Uapu1B",
- "created_at" : "Tue Feb 21 2017 04:53:46 GMT+0200 (GTB Standard Time)",
- "description" : "Write code with the supervision of another colleague.",
- "isExpanded" : true,
- "name" : "Pair programming",
- "order" : 0
- },
- "-KdT_vWZ6zbKoG4ubmgF" : {
- "cardListId" : "-KdRl7OguO3iT-Uapu1B",
- "created_at" : "Tue Feb 21 2017 04:54:43 GMT+0200 (GTB Standard Time)",
- "description" : "Read on time management desc",
- "isExpanded" : false,
- "name" : "Read on time management",
- "order" : 0
- },
- "-KdTaA4uy_7iFCw0Bzr5" : {
- "cardListId" : "-KdRmdEq-T-AmCqRvPQq",
- "created_at" : "Tue Feb 21 2017 04:55:47 GMT+0200 (GTB Standard Time)",
- "description" : "Have a meeting with the team in order to get our definitions on Agile aligned.",
- "isExpanded" : true,
- "name" : "Meeting on Agile",
- "order" : 0
- }
- },
- "projects" : {
- "-KdRh_nFQT3Im1KfUPMW" : {
- "created_at" : "Mon Feb 20 2017 20:08:59 GMT+0200 (GTB Standard Time)",
- "name" : "TestProject1"
- }
- },
- "tasks" : {
- "-KdT_iknV-6SxGejJkZt" : {
- "cardId" : "-KdT_hWu_JChDp22_yYe",
- "created_at" : "Tue Feb 21 2017 04:53:51 GMT+0200 (GTB Standard Time)",
- "description" : "Write code",
- "isCompleted" : true,
- "order" : 0
- },
- "-KdT_jkICL5Q6SwKZ25c" : {
- "cardId" : "-KdT_hWu_JChDp22_yYe",
- "created_at" : "Tue Feb 21 2017 04:53:55 GMT+0200 (GTB Standard Time)",
- "description" : "Check code",
- "isCompleted" : false,
- "order" : 0
- },
- "-KdT_mNQeZ0BmJvM-Xay" : {
- "cardId" : "-KdTXIRPx0OAe8V9tfba",
- "created_at" : "Tue Feb 21 2017 04:54:06 GMT+0200 (GTB Standard Time)",
- "description" : "Read book",
- "isCompleted" : false,
- "order" : 0
- },
- "-KdT_oNftsSW6QX0mgYB" : {
- "cardId" : "-KdTXIRPx0OAe8V9tfba",
- "created_at" : "Tue Feb 21 2017 04:54:14 GMT+0200 (GTB Standard Time)",
- "description" : "Find similar examples",
- "isCompleted" : false,
- "order" : 0
- },
- "-KdT_q8SgYfNs4USoVh3" : {
- "cardId" : "-KdTXIRPx0OAe8V9tfba",
- "created_at" : "Tue Feb 21 2017 04:54:21 GMT+0200 (GTB Standard Time)",
- "description" : "Prepare presentation",
- "isCompleted" : false,
- "order" : 0
- },
- "-KdTaDPoEdDcMr9PujkO" : {
- "cardId" : "-KdTaA4uy_7iFCw0Bzr5",
- "created_at" : "Tue Feb 21 2017 04:56:00 GMT+0200 (GTB Standard Time)",
- "description" : "Define Agile methodology",
- "isCompleted" : true,
- "order" : 0
- },
- "-KdTaFqonDXBEef6F-3o" : {
- "cardId" : "-KdTaA4uy_7iFCw0Bzr5",
- "created_at" : "Tue Feb 21 2017 04:56:10 GMT+0200 (GTB Standard Time)",
- "description" : "What is Scrum?",
- "isCompleted" : true,
- "order" : 0
- },
- "-KdTaHSJYL0uviZyvOST" : {
- "cardId" : "-KdTaA4uy_7iFCw0Bzr5",
- "created_at" : "Tue Feb 21 2017 04:56:17 GMT+0200 (GTB Standard Time)",
- "description" : "Current implementation",
- "isCompleted" : true,
- "order" : 0
- },
- "-KdTaKOLbyxnCrJz4GVs" : {
- "cardId" : "-KdTaA4uy_7iFCw0Bzr5",
- "created_at" : "Tue Feb 21 2017 04:56:29 GMT+0200 (GTB Standard Time)",
- "description" : "What to improve?",
- "isCompleted" : true,
- "order" : 0
- }
- }
-}
diff --git a/data/screenshot01.png b/data/screenshot01.png
deleted file mode 100644
index 221ae3a..0000000
Binary files a/data/screenshot01.png and /dev/null differ
diff --git a/e2e/app.e2e-spec.ts b/e2e/app.e2e-spec.ts
deleted file mode 100644
index 11804a8..0000000
--- a/e2e/app.e2e-spec.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { ValuationJsPage } from './app.po';
-
-describe('kanban2 App', function() {
- let page: ValuationJsPage;
-
- beforeEach(() => {
- page = new ValuationJsPage();
- });
-
- 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 c07b268..0000000
--- a/e2e/app.po.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { browser, element, by } from 'protractor';
-
-export class ValuationJsPage {
- 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/glyphicons-halflings-regular.448c34a56d699c29117a.woff2 b/glyphicons-halflings-regular.448c34a56d699c29117a.woff2
new file mode 100644
index 0000000..64539b5
Binary files /dev/null and b/glyphicons-halflings-regular.448c34a56d699c29117a.woff2 differ
diff --git a/glyphicons-halflings-regular.89889688147bd7575d63.svg b/glyphicons-halflings-regular.89889688147bd7575d63.svg
new file mode 100644
index 0000000..94fb549
--- /dev/null
+++ b/glyphicons-halflings-regular.89889688147bd7575d63.svg
@@ -0,0 +1,288 @@
+
+
+
\ No newline at end of file
diff --git a/glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf b/glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf
new file mode 100644
index 0000000..1413fc6
Binary files /dev/null and b/glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf differ
diff --git a/glyphicons-halflings-regular.f4769f9bdb7466be6508.eot b/glyphicons-halflings-regular.f4769f9bdb7466be6508.eot
new file mode 100644
index 0000000..b93a495
Binary files /dev/null and b/glyphicons-halflings-regular.f4769f9bdb7466be6508.eot differ
diff --git a/glyphicons-halflings-regular.fa2772327f55d8198301.woff b/glyphicons-halflings-regular.fa2772327f55d8198301.woff
new file mode 100644
index 0000000..9e61285
Binary files /dev/null and b/glyphicons-halflings-regular.fa2772327f55d8198301.woff differ
diff --git a/src/index.html b/index.html
similarity index 58%
rename from src/index.html
rename to index.html
index f39f80d..0b2f13d 100644
--- a/src/index.html
+++ b/index.html
@@ -3,13 +3,13 @@
The Kanban Board
-
+
-
+
Loading...
-
+