diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b65a54e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+This is a collection of Visual Basic projects I built while learning to program.
+
+**Skype Bot** -- Control Skype from a custom UI using the Skype Desktop API. Update your online status, and send messages to contacts.
+
+
+
+**Stock War** - A stock trading game with real companies. Buy and sell stocks, with a built-in calculator to help with trades.
+
+
+
diff --git a/docs/assets/img/preview-skypebot.jpg b/docs/assets/img/preview-skypebot.jpg
new file mode 100644
index 0000000..f9288a7
Binary files /dev/null and b/docs/assets/img/preview-skypebot.jpg differ
diff --git a/docs/assets/img/preview-stockwar.jpg b/docs/assets/img/preview-stockwar.jpg
new file mode 100644
index 0000000..1bef461
Binary files /dev/null and b/docs/assets/img/preview-stockwar.jpg differ