diff --git a/public/pages/projects.md b/public/pages/projects.md
index cb12fa0..5282611 100644
--- a/public/pages/projects.md
+++ b/public/pages/projects.md
@@ -1,20 +1,18 @@
# 🛠️ Projects
-These are mostly the projects I work on my own (outside of work) as side-projects
+[Places app](https://rajeshbhasin-places.netlify.app/) - A MERN stack app which has user authorization, user authentication and lets a user add places and images associated with them.Only the places created by the user can be edited or deleted.Additionally the user can add profile picture during signup.
+
[To-do app](https://rajeshbhasin-todo.netlify.app/) - A simple todo app built with ReactJS to add,edit,filter list of to-dos.
[Stock app](https://rajeshbhasin-stock.netlify.app/) - A simple stock app built with ReactJS to show stock data, a graph of 15-day prices, news related to the stock using Yahoo finance API.
-
+
-
-[Eshop app](https://rajeshbhasin-eshop.netlify.app/)- A simple e-commerce app built with ReactJS and firebase.It has basic functionality like displaying products, adding/removing from cart and sign in.
+[Eshop app](https://rajeshbhasin-eshop.netlify.app/)- A simple e-commerce app built with ReactJS and firebase.It has basic functionality like displaying products, adding/removing from cart and sign in.
[Expense app](http://rajeshbhasin.pythonanywhere.com/)-An app built with Flask, bootstrap and ChartJS to add/edit and view expenses
-
-
diff --git a/public/places.png b/public/places.png
new file mode 100644
index 0000000..a75aad4
Binary files /dev/null and b/public/places.png differ