diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8839eeb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Second web project of web development in Chung Ang University
+
+## Subject
+
+Write an interative calculator program providing the following features using HTML, CSS, and Javascript.
+
+- Basic arithmetic operators (+, -, *, /)
+- Parenthsis
+- Memory
+
+Submit the report including requirements, design, execution results and references.
+
+For try it, click [here](https://calculator.sanchez-mathieu.fr/)
\ No newline at end of file
diff --git a/index.html b/index.html
index 336a5cc..99b8d45 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
-
+
@@ -126,8 +126,9 @@
+
-
+