diff --git a/README.md b/README.md
index 4ce06be91b521f9a1baa79eef52dadfab4976913..9956f0e82e3d253f8249548a733b8afb26c41e07 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,28 @@ Every project is different, so consider which of these sections apply to yours.
 Choose a self-explaining name for your project.
 
 ## Description
-Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
+The project is a website where users should be able to upload their owned costumes, users should also be able to rent a costume for a specific amount of money. The website is specifically made for Students in Linköping where it would facilitate the process of getting costumes for theme parties. 
+
+## Specification
+A more detailed specification of the project
+
+### Functional
+- A User should be able to upload a Clothing item.
+- A User should be able to buy/rent a Clothing item for a specified time.
+- A clothing item should contain a name, price, image and a size.
+- A clothing item that is rented should show what dates it is available/unavailable.
+- A user should be able to filter clothing by renting/selling.
+- A User needs a name, email, password, valid phone number.
+- Clothing can be categorized with premade categories.
+- There should be a functional pay system.
+- There should be shopping cart where user can add several Clothing items.
+- In the shopping cart the user should be able to delete items and change the date of renting.
+- The website should be responsive for both phones and computers. 
+
+### Technologiacal
+- Project will be done by using react framework.
+- The backend will be developed using Django.
+- The database will be hosted locally with a possibility of hosting it using Firebase.
 
 ## Badges
 On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.