diff --git a/README.md b/README.md
index aee0cef..1032d6c 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
-# getting-started-with-the-react-range-slider-component
+# Getting Started with the React Range Slider Component
+
A quick start project that shows how to create and configure the Syncfusion React Range Slider component in a React project. This project contains the code for binding values, applying ranges, types, tooltips, ticks, formats, and limits. You will also find the code to customize the Range Slider using CSS class.
+
+Refer to the following documentation to learn about the React Range Slider component:
+https://ej2.syncfusion.com/react/documentation/range-slider/getting-started
+
+Check out this online example of the React Range Slider component:
+https://ej2.syncfusion.com/react/demos/#/material/range-slider/default
+
+## Project prerequisites
+Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project.
+
+## How to run this application
+To run this application, you need to first clone the `getting-started-with-the-react-range-slider-component` repository and then open it in Visual Studio Code. Now, simply build and run your project to view the output.
\ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9a9ef27
--- /dev/null
+++ b/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "myreactapp",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@syncfusion/ej2-react-inputs": "^23.1.40",
+ "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/react": "^13.4.0",
+ "@testing-library/user-event": "^13.5.0",
+ "@types/jest": "^27.5.2",
+ "@types/node": "^16.18.58",
+ "@types/react": "^18.2.28",
+ "@types/react-dom": "^18.2.13",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "5.0.1",
+ "typescript": "^4.9.5",
+ "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 @@
+
+
+