From 6c8c552285530a837984cbcf43fea8f27f207f60 Mon Sep 17 00:00:00 2001 From: rushikesh_bhojane Date: Wed, 13 Apr 2016 02:15:47 +0530 Subject: [PATCH] todo list --- README.md | 17 ----------------- index.html | 3 --- main.css | 3 --- main.js | 1 - 4 files changed, 24 deletions(-) delete mode 100644 README.md delete mode 100644 main.css delete mode 100644 main.js diff --git a/README.md b/README.md deleted file mode 100644 index bbc368d..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Test 1 - Todo List Application - -Task deadline: 13th April 2016, 23:59 - -### Rough Steps - - Fork this repo - - clone it locally - - checkout into a new branch named your full name Eg. 'abhishek_nagekar' - - edit the index.html, main.css and main.js files as needed to finish the task - - push the branch to your github repository - - create/submit a pull request - -### Always Remember - - use relative paths (./style.css, ./main.js) and NOT absolute paths (/home/abhishek/project/style.css) - - use proper indentions and comment your code. people will be reading it. - - don't lift code. be original - - test the code before submitting diff --git a/index.html b/index.html index 47f39d4..e69de29 100644 --- a/index.html +++ b/index.html @@ -1,3 +0,0 @@ - -

todo!

- \ No newline at end of file diff --git a/main.css b/main.css deleted file mode 100644 index cdda92f..0000000 --- a/main.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - padding: 20px; -} \ No newline at end of file diff --git a/main.js b/main.js deleted file mode 100644 index c80ec08..0000000 --- a/main.js +++ /dev/null @@ -1 +0,0 @@ -console.log('test'); \ No newline at end of file