Skip to content

Commit

Permalink
added movie streaming website
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrakshi99 committed Oct 12, 2022
1 parent 6250590 commit bea0c6c
Show file tree
Hide file tree
Showing 30 changed files with 40,169 additions and 1 deletion.
1 change: 0 additions & 1 deletion Movie-Streaming-Website
Submodule Movie-Streaming-Website deleted from 0e8f8c
1 change: 1 addition & 0 deletions Movie-Streaming-Website/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_KEY=YOUR_API_KEY
23 changes: 23 additions & 0 deletions Movie-Streaming-Website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
45 changes: 45 additions & 0 deletions Movie-Streaming-Website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Movie Streaming Website

This is a movie streaming website that allows users to watch movies online. The website is built using React.js and Material UI.

## Features

- Users can view a list of movies
- Users can view the details of a movie
- Users can search for a movie
- Users can view trending movies
- Users can view the youtube trailer of a movie

## Getting Started

1. Clone the repository

```bash
git clone https://github.com/Anadee11/WebArena.git

```

2. Change the working directory

```bash
cd Movie-Streaming-Website

```

3. Install dependencies

```bash
npm install
```

4. Run the app

```bash
npm start
```

5. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Screenshots

![Screenshot 1](https://user-images.githubusercontent.com/55245862/195412013-706b4193-7925-4d7a-86ac-f04cff6a27c9.png)
Loading

0 comments on commit bea0c6c

Please sign in to comment.