+ );
+};
+
+export default Home;
diff --git a/src/js/index.js b/src/js/index.js
new file mode 100644
index 0000000..51a10c4
--- /dev/null
+++ b/src/js/index.js
@@ -0,0 +1,12 @@
+//import react into the bundle
+import React from "react";
+import ReactDOM from "react-dom";
+
+// include your styles into the webpack bundle
+import "../styles/index.css";
+
+//import your own components
+import Home from "./component/home.jsx";
+
+//render your react application
+ReactDOM.render(