diff --git a/README.md b/README.md
index 4f270fdd..2cd01597 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,12 @@ npm i && code . && npm run dev
### The Problem
-Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
+We made a plan of we wanted the user to experience the survey. And then we chose the theme of vacation which we split in 3 parts.
### View it live
Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
+https://courageous-dieffenbachia-5268df.netlify.app/
## Instructions
diff --git a/pull_request_template.md b/pull_request_template.md
index bf3094dd..0ee035b2 100644
--- a/pull_request_template.md
+++ b/pull_request_template.md
@@ -1,6 +1,11 @@
## Netlify link
+
Add your Netlify link here.
PS. Don't forget to add it in your readme as well.
+https://courageous-dieffenbachia-5268df.netlify.app/
## Collaborators
+
Add any collaborators here, as well as in the title of the PR.
+https://github.com/Heleneabrahamsson
+https://github.com/Sherrydev11
diff --git a/src/App.jsx b/src/App.jsx
index 1091d431..09142774 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,3 +1,43 @@
+import { useState } from 'react';
+import { QuestionOne } from "./components/QuestionOne.jsx";
+import { QuestionTwo } from "./components/QuestionTwo.jsx";
+import { QuestionThree } from "./components/QuestionThree.jsx";
+import Summary from './components/Summary.jsx';
+
export const App = () => {
- return