diff --git a/README.md b/README.md
index e9a8992..2b20ecf 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
-# getting-started-with-the-react-document-editor-component
-A quick-start project that shows how to create and configure the Syncfusion React Document Editor component. This project contains code to configure a few of the control’s basic features like enabling toolbar, open and save documents.
+# Getting Started with the React Document Editor Component
+
+A quick-start project that shows how to create and configure the Syncfusion React Document Editor component. This project contains code to configure a few of the control’s basic features like enabling toolbar, open and save documents.
+
+Refer to the following documentation for the Syncfusion React Document Editor Component:
+https://ej2.syncfusion.com/react/documentation/document-editor/getting-started/
+
+Check out this online example of the Syncfusion React Document Editor Component:
+https://ej2.syncfusion.com/react/demos/#/bootstrap5/document-editor/default
+
+Download the Syncfusion React Document Editor controller using below GitHub link,
+https://github.com/essential-studio/ej2-web-services/blob/development/src/Controllers/DocumentEditorController.cs
+
+## Project prerequisites
+
+Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
+
+### How to run this application?
+
+To run this application, you need to clone the `getting-started-with-the-react-document-editor-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..84fdbe9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "myreactapp",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@syncfusion/ej2-react-documenteditor": "^20.3.58",
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.4.0",
+ "@testing-library/user-event": "^13.5.0",
+ "@types/jest": "^27.5.2",
+ "@types/node": "^16.18.3",
+ "@types/react": "^18.0.25",
+ "@types/react-dom": "^18.0.9",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "5.0.1",
+ "typescript": "^4.9.3",
+ "web-vitals": "^2.1.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..a11777c
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..aa069f2
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,43 @@
+
+
+