forked from Anadee11/WebArena
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6250590
commit bea0c6c
Showing
30 changed files
with
40,169 additions
and
1 deletion.
There are no files selected for viewing
Submodule Movie-Streaming-Website
deleted from
0e8f8c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
REACT_APP_API_KEY=YOUR_API_KEY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
 |
Oops, something went wrong.