diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fab6484
--- /dev/null
+++ b/README.md
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
A Simple Blog
+
+
+
+
+
+
+
+ Table of Contents
+
+ -
+ About The Project
+
+
+ - Contact
+ - Acknowledgements
+
+
+
+
+
+
+## About The Project
+
+
+

+
+
+A simple blog web application to learn full-stack web development.
+
+Details
+* Developing based on the [Web Developer Bootcamp](https://www.udemy.com/share/1013gG/) course.
+* Using EJS for file organization and templating (components).
+* Learning much about SQL CRUD operations, schema, SQL databases (SQLlite), noSQL databases, and Mongoose ODM.
+* Connecting to a MongoDB database storing post info, with a hidden method on the blog site for creating new posts.
+
+### Built With
+
+* [Bootstrap](https://getbootstrap.com)
+* [Node.js](https://nodejs.org)
+* [Express](https://expressjs.com)
+* [Mongoose](https://mongoosejs.com/)
+* [EJS](https://ejs.co/)
+* [Heroku](https://www.heroku.com/)
+* [MongoDB](https://www.mongodb.com/)
+
+
+
+
+## Contributing
+
+Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
+
+1. Fork the Project
+2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
+3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
+4. Push to the Branch (`git push origin feature/AmazingFeature`)
+5. Open a Pull Request
+
+
+
+## Contact
+
+Mueez Khan - [@mueezkhan_](https://twitter.com/mueezkhan_)
+
+Project Link: [https://github.com/rzmk/simple-blog](https://github.com/rzmk/simple-blog)
+
+
+
+
+## Acknowledgements
+* [Lodash](https://lodash.com/)
+* [The Complete Web Development Bootcamp](https://www.udemy.com/share/1013gG/)
+* [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
+
+
diff --git a/public/img/pencil.png b/public/img/pencil.png
new file mode 100644
index 0000000..988cc2c
Binary files /dev/null and b/public/img/pencil.png differ
diff --git a/public/img/screenshot.png b/public/img/screenshot.png
new file mode 100644
index 0000000..6e44d3c
Binary files /dev/null and b/public/img/screenshot.png differ
diff --git a/views/about.ejs b/views/about.ejs
index 5797ba3..458be58 100644
--- a/views/about.ejs
+++ b/views/about.ejs
@@ -2,5 +2,5 @@
About
<%= aboutContent %>
- Click here to see this project's details.
+ Click here to see this project's details.
<%- include("partials/footer"); -%>