diff --git a/docs/add-task.png b/docs/add-task.png
new file mode 100644
index 0000000000000000000000000000000000000000..25511af861661ca282aef611ac912ba8361a7f28
Binary files /dev/null and b/docs/add-task.png differ
diff --git a/docs/login.png b/docs/login.png
new file mode 100644
index 0000000000000000000000000000000000000000..d53b5c24ddd4f27dba6350ffcd502e9790fe228e
Binary files /dev/null and b/docs/login.png differ
diff --git a/docs/main.png b/docs/main.png
new file mode 100644
index 0000000000000000000000000000000000000000..2aaab364a832f89ac97b017c34bb144188945a71
Binary files /dev/null and b/docs/main.png differ
diff --git a/docs/profile.png b/docs/profile.png
new file mode 100644
index 0000000000000000000000000000000000000000..f76548024bb4b226e2673989c1bcc30509e93d61
Binary files /dev/null and b/docs/profile.png differ
diff --git a/docs/registration.png b/docs/registration.png
new file mode 100644
index 0000000000000000000000000000000000000000..178c118974608fbb213f2315cd98458c787bbda1
Binary files /dev/null and b/docs/registration.png differ
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..d59f1ed2ec16e408a92d37388ccb5bc5ab16e86a
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,185 @@
+<style>
+
+img[alt$="<"] {
+  float: left;
+  margin-right: 10px;
+  width: 240px;
+  height: 280px
+}
+
+</style>
+
+# LET'S DO
+
+## About
+
+---
+
+Let's Do is a fun and intuitive ToDo application featuring our friendly owl mascot. Stay organized and on top of your tasks with ease. With Let's Do, you can easily manage your to-do list and track your progress. Get productive and have fun doing it with Let's Do!
+
+<br />
+
+## Project photos
+
+---
+
+### **_REGISTRATION PAGE_**
+
+![image](./docs/registration.png)
+
+### **_LOGIN PAGE_**
+
+![image](./docs/login.png)
+
+### **_MAIN PAGE_**
+
+![image](./docs/main.png)
+
+### **_ADD TASK UI_**
+
+![image](./docs/add-task.png)
+
+### **_PROFILE UI_**
+
+![image](./docs/profile.png)
+
+<br />
+
+## Functionality description
+
+---
+
+1. It's possible to login users.
+2. It's possible to register created before users.
+3. Validation works well both on front-end and back-end sides.
+4. It's possible to add tasks.
+5. It's possible to perform tasks.
+6. It's possible to delete tasks.
+7. It's possible to logout from system.
+8. It's possible to monitor changes in database.
+
+<br />
+
+## Pages description
+
+---
+
+- **REGISTRATION**: page, where you can register new user.
+  ```console
+  http://localhost:8080/login
+  ```
+- **LOGIN**: page, where you can login created user
+  ```console
+  http://localhost:8080/registration
+  ```
+- **MAIN**: page, where you can feel main functionality
+  ```console
+  http://localhost:8080/main.html
+  ```
+
+<br />
+
+## Technologies stack
+
+- _HTML5_
+- _Sass/Scss_
+- _JavaScript_
+- _Webpack_
+- _Node.js_
+- _NPM_
+- _Express.js_
+- _BCRYPT_
+- _JWT_
+- _MongoDB_
+- _MongoDB Compass_
+- _MongoDB Atlas_
+- _ESLint_
+- _Prettier_
+- _GIT_
+- _GitLab_
+
+<br />
+
+## Project Launch Rules
+
+---
+
+1. Clone project on the local machine:
+
+   ```bash
+   git clone <repository-name>
+   ```
+
+2. Make sure that you are on the "first-version" branch
+
+3. Go to the project folder:
+
+   ```console
+   cd lets-do
+   ```
+
+4. Install necessary dependencies being in the root directory:
+
+   ```console
+   npm i
+   ```
+
+5. Install necessary dependencies being in the "server" folder:
+
+   ```console
+   npm i
+   ```
+
+6. Make sure that you are in the root folder and run webpack server:
+
+   ```console
+   npm start
+   ```
+
+7. Go to the "server" directory and run backend server:
+
+   ```console
+   npm run dev
+   ```
+
+8. The website should run correctly in a browser
+
+<br />
+
+## Branches description
+
+---
+
+- **MAIN**: the main project branch in which the final project version will be located.
+- **GH-PAGES**: the project branch in which the build version is located.
+- **FIRST-VERSION**: the project branch with ready MVP (while the latest project version).
+
+<br />
+
+## NPM commands description
+
+1. **_Webpack_** server
+
+- **START**: run project in development mode, aautomatically launch webpack server, make changes just changing and saving files.
+- **DEV**: run project in development mode and make a development bundle.
+- **PROD**: run project in production mode and make a production bundle.
+- **WATCH**: allow to save changes automatically by saving files.
+- **CLEAR**: delete "dist" folder.
+- **LINT**: make sure that the project without eslint and prettier errors.
+
+2. **_Backend_** server
+
+- **DEV**: run backend server.
+
+<br />
+
+## Authors:
+
+---
+
+- Yehor Potebenko <Yehor.Potebenko@Student.Reutlingen-University.DE>
+- Anastasiia But <Anastasiia.But@Student.Reutlingen-University.DE>
+
+<br />
+
+## Enjoy our project!