diff --git a/README.md b/README.md
index 65fc667..7a73a4c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,98 @@
-# Flutter Bootcamp
+# Flutter BootCamp 2020
+
-This repor contains all the bootcamp content for the flutter kerala.
+Flutter Bootcamp, organized by Flutter Kerala, Tinkerhub RIET, and TinkerHub MESM. Flutter is a framework developed by Google to build a hybrid application.
-## Info
+To know more about Flutter : https://flutter.dev/
+
+The portion that we will be covering is:
+
+* Basic Directory
+* Widgets
+* Stateless Widgets
+* Stateful Widgets
+* Clean code in Flutter
+* Package
+* API Integration
+
+
+## Program Structure
+We will be having the online section from 29th Aug, 2020. In this Bootcamp, we will be developing an Android application.
+
+[
][evolvingkid]
+
+
+The course is divided into two sections. In the 1st section, we will look into the basics and building of the UI with Flutter.
+Afterwards, there will be a test where you will be creating a basic Flutter application (UI only).
+On completing, we will proceed to the 2nd section.
+
+
+
+## Schedule
+
+### Day 1
+
+* Make a new Flutter application
+* Run ‘Hello World’ app
+* Discuss about different directories on the Flutter project.
+* Discuss about appbar
+* Build our own appbar for the project
+
+To know more about create new application in Flutter commands: https://flutterdoc.evolvingkid.ninja/create-flutter-project
+More about Flutter Widgets:
+https://flutter.dev/docs/development/ui/widgets/material
+
+
+### Day 2
+
+* MMaking a new widget.
+* Cleaning our previous code.
+* Introduction to List view and Expand widgets.
+
+More about Scroll:
+https://flutter.dev/docs/development/ui/widgets/scrolling
+
+### Day 3
+
+* Making Custom List-View tiles
+* Adding page navigation (named Page route)
+* Making page navigation good to manage.
+
+More about page navigation:
+https://flutter.dev/docs/cookbook/navigation/navigation-basics
+https://flutter.dev/docs/cookbook/navigation/named-routes
+
+### Day 4
+
+* Introduction to Stack widget.
+* Finishing 2nd page
+
+More about:
+https://api.flutter.dev/flutter/widgets/Stack-class.html
+
+
+After the day 4 section, we will conduct a mock test about flutter where all the participants can make an app (UI) with all that we learned in flutter up until now.
+
+
+### Day 5
+* Using List and Map
+* Using List-View builder and why?
+
+### Day 6
+* Making Drawer
+* And new screen to enter data
+* Introduction to Form in Flutter
+
+More about Drawer:
+https://flutter.dev/docs/cookbook/design/drawer
+
+### Day 7
+
+* Using Package (HTTP)
+* Connect app with API
+
+
+To see all available package on Flutter:
+https://pub.dev/
-| Year | Info |
-| ----------- | ----------- |
-| 2020 | |
-| 2021 | |
-## Books
diff --git a/app prototype.jpg b/app prototype.jpg
new file mode 100644
index 0000000..8115a86
Binary files /dev/null and b/app prototype.jpg differ
diff --git a/flutter banner.png b/flutter banner.png
new file mode 100644
index 0000000..74f796f
Binary files /dev/null and b/flutter banner.png differ