diff --git a/README.md b/README.md
index b6edc9b..aca8ddc 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,24 @@
-# JavaScript
-
-Learning the JavaScript Language from the Internet. [](http://hits.dwyl.com/Ch-sriram/JavaScript)
+# JavaScript - Proof of Concept
+Implementation & Explanation of Beginner to Advanced JavaScript Concepts [ES5 & ES6]. [](http://hits.dwyl.com/Ch-sriram/JavaScript)
Resources:
-
- -
- JS Course & Github Repo for JS by Jonas Schmedtmann
-
- -
- You Don't Know JS by Kyle Simpson (getify)
-
- -
- JS Docs by MDN
-
-
+1. [JS Course](https://www.udemy.com/the-complete-javascript-course/) & [GitHub Repo for JS](https://github.com/jonasschmedtmann/complete-javascript-course) by [Jonas Schmedtmann](https://twitter.com/jonasschmedtman)
+2. [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) by [Kyle Simpson (getify)](https://github.com/getify)
+3. [JS Docs by MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript)
+
+*More resources will be added depending on the usefulness of the resource.*
+
+## Child Repositories (Project Deployments)
-More resources will be added depending on the usefulness of the resource.
+These are the projects that are implemented using JavaScript as a proof of concept.
-
+- Pig - dice game: **[Live here](https://pig-dice-game.chsriram.repl.co/)** | **[GitHub Repo](https://github.com/Ch-sriram/Pig-Dice-Game)**
+- Budgety - budget app: **[Live here](https://budgety-ram.netlify.app/)** | **[GitHub Repo](https://github.com/Ch-sriram/Budgety)**
+- Forkify - online recipe search: **[Live here](https://forkify-ram.netlify.app/)** | **[GitHub Repo](https://github.com/Ch-sriram/forkify)**
-### Index
+## Development Workflow
Syntax -
<topic name>: <html file> | <JavaScript file>
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..c419263
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1 @@
+theme: jekyll-theme-cayman
\ No newline at end of file