diff --git a/Contributors.md b/Contributors.md
deleted file mode 100644
index 0be888f..0000000
--- a/Contributors.md
+++ /dev/null
@@ -1 +0,0 @@
-Balaji S github URL: https://github.com/balajinikhil
diff --git a/Dockerfile b/Dockerfile
index c3cae39..fc6d405 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,5 @@
FROM node:latest
-RUN cd Server/
-
RUN npm i
EXPOSE 4000
diff --git a/README.md b/README.md
deleted file mode 100644
index ef06872..0000000
--- a/README.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# Youtube Downloader
-
-This is a repository that has sample code for my [Medium Article](https://blog.usejournal.com/how-i-made-my-own-youtube-downloader-using-javascript-and-node-js-160b172f6e10)
-
-## Getting Started
-
-If there is any issues please open a new issue.
-
-1. You need to clone this repository
-```
-git clone https://github.com/mooradal/youtubeDownloader
-```
-
-2. After you clone the repo you will have to navigate to the Server folder
-```
-cd Server
-```
-
-3. Then you will have to install all the packages and dependencies
-```
-npm install
-```
-
-4. Finally you need to run it
-```
-node index.js
-```
-
-5. If you want to use nodemon (nodemon is a package that will auto restart the server when files are changed) you can run **(Optional)**
-
-```
-npm run dev
-```
-or
-```
-nodemon index.js
-```
-
-## Info
-
-If there is any issues please open a new issue. You are welcome to add pull requests at anytime
-
-Thank you so much for supporting me and thank you for almost 2,000 claps. I really appreciate that. I will try to post more articles and I'm thinking of turning this project from a sample code to an actual functional public website for everyone to use!
diff --git a/index.html b/index.html
deleted file mode 100644
index 42af61c..0000000
--- a/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-