Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hagerElroby authored Oct 1, 2023
1 parent fd03b28 commit 740b016
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -15,25 +18,37 @@ 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.

5.Obtain a YouTube API Key and replace with your actual API Key.

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).

Expand Down

0 comments on commit 740b016

Please sign in to comment.