From 72ba292421ed6f293a15cebf6473d0b318e9d58a Mon Sep 17 00:00:00 2001 From: JiyaGupta-cs <140608790+JiyaGupta-cs@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:09:57 +0530 Subject: [PATCH] Update Readme.md --- Linkedin-clone/Readme.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/Linkedin-clone/Readme.md b/Linkedin-clone/Readme.md index d9496a2d..bb4cc022 100644 --- a/Linkedin-clone/Readme.md +++ b/Linkedin-clone/Readme.md @@ -12,11 +12,34 @@ 10. Add Post Images 11. Search For Other Users -## Setup +#### Tech Stack +- **Frontend:** React.js +- **Dependencies:** npm, node, firebase, -In the project directory, you can run: +#### Demo +Check out the demo of the LinkedIn clone on YouTube: [LinkedIn Clone Demo](https://youtu.be/nSF2D21JgDw) -### `npm install && npm start` +### How to Run -Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +1. **Clone the Repository:** + ```bash + git clone https://github.com/Kritika30032002/ReactCreations.git + ``` + +2. **Navigate to the Project Directory:** + ```bash + cd ReactCreations\Github_Clone + ``` + +3. **Install Dependencies:** + ```bash + npm install + ``` + +4. **Start the Server on Port 3000:** + ```bash + npm start + ``` + +5. **Access the Server:** + Once the server is running, you can access it in your web browser by navigating to `http://localhost:3000`.