From 45f770df9322a3f4c0474eb392356e1a610c2069 Mon Sep 17 00:00:00 2001 From: Ayush Rathore Date: Wed, 14 Jun 2023 08:35:25 +0530 Subject: [PATCH] chore(docs): update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7f6bbd7..a331deb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ Twitter clone web application built using Next.js, Tailwind CSS, Prisma, and Mon - [Prisma](https://www.prisma.io/): An open-source database toolkit for Node.js that provides an ORM (Object Relational Mapping) to interact with the database. - [MongoDB](https://www.mongodb.com/): A NoSQL database used for storing user data, tweets, and other application-related information. +## Demo + +https://github.com/ayusshrathore/twitter-clone/assets/61450246/a5a1e045-bcc9-4d6e-b33a-1611ddf7667c + + ## Prerequisites To run the Twitter clone locally, you need to have the following installed on your machine: