From 740b01632442b98601ffc9b4efab85a165a421c2 Mon Sep 17 00:00:00 2001 From: Hager Ahmed Date: Sun, 1 Oct 2023 16:28:57 +0300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fcad12d..30a84d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # YouTube Clone Project This project is a YouTube clone built using React.js, Redux for state management, Sass for styling, and Firebase for authentication. It utilizes the YouTube API to fetch and display videos. +[click here to visit website](https://clone-yout.web.app/) + +[![Demo](https://github.com/hagerElroby/Youtube_Clone/assets/87615921/279b9ab1-7dcf-4718-af94-5d095055c4cf)](https://clone-yout.web.app/) ## Getting Started @@ -15,9 +18,16 @@ This project is a YouTube clone built using React.js, Redux for state management 2.Navigate to the project directory. cd Youtube_Clone 3.Install dependencies. - ``` npm install ``` + + ``` + npm install + ``` + ### or - ``` yarn install ``` + + ``` + yarn install +``` 4.Create a Firebase project and set up authentication. Replace the Firebase configuration in src/firebase.js with your own. @@ -25,15 +35,20 @@ This project is a YouTube clone built using React.js, Redux for state management 6.Start the development server. - ``` npm start ``` + ``` + npm start + ``` ### or - ``` yarn start ``` + + ``` + yarn start + ``` Replace the placeholders with your actual project details and make sure to include any specific instructions or steps that are relevant to your project. -# Getting Started with Create React App +## Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).