Skip to content

Commit

Permalink
working fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrey-Srivastava21 committed May 28, 2022
0 parents commit 4916547
Show file tree
Hide file tree
Showing 104 changed files with 77,731 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* linguist-vendored
*.js linguist-vendored=false
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.env
/node_modules
server/config/dev.js
.gitignore
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Hypertube

You may see the live demo here: https://hypertube-scao.herokuapp.com/

This **MERN application (MongoDB, Express, NodeJS, ReactJS)** was made as part of 42's School web branch.

This app contains several features:
- Login & Sign Up forms
- Fetching datas from The Movie Database website
- Searching and filtering any film by year or genre
- Trailer videos embedded
- Liking, commenting and selecting favorite films options for registered users only
- English and French translations available
- Mobile-friendly

The subject initially asked for a "Netflix-clone" by streaming movies via torrenting - however for legal reasons I removed this part in the deployed demo and embedded YouTube videos instead.

## Homepage
![alt text](https://github.com/sandrinecao/IMDb-Clone/blob/main/img/landing.png "Homepage")

## Movie Library
![alt text](https://github.com/sandrinecao/IMDb-Clone/blob/main/img/library.png "Library")

## Movie Information
![alt text](https://github.com/sandrinecao/IMDb-Clone/blob/main/img/moviedetail.png "Movie Details")

## Mobile-friendly
![alt text](https://github.com/sandrinecao/IMDb-Clone/blob/main/img/mobile.png "Mobile-Friendly")

Please have fun!

1 change: 1 addition & 0 deletions client/.eslintcache

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production

# misc
.DS_Store

npm-debug.log*
yarn-debug.log*
yarn-error.log*
68 changes: 68 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br />
You will also see any lint errors in the console.

### `yarn test`

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `yarn build`

Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `yarn eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `yarn build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
23 changes: 23 additions & 0 deletions client/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"files": {
"main.css": "/static/css/main.efb256db.chunk.css",
"main.js": "/static/js/main.1435fcbf.chunk.js",
"main.js.map": "/static/js/main.1435fcbf.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.c012fedc.js",
"runtime-main.js.map": "/static/js/runtime-main.c012fedc.js.map",
"static/css/2.c49baa93.chunk.css": "/static/css/2.c49baa93.chunk.css",
"static/js/2.ddbdaa82.chunk.js": "/static/js/2.ddbdaa82.chunk.js",
"static/js/2.ddbdaa82.chunk.js.map": "/static/js/2.ddbdaa82.chunk.js.map",
"index.html": "/index.html",
"static/css/2.c49baa93.chunk.css.map": "/static/css/2.c49baa93.chunk.css.map",
"static/css/main.efb256db.chunk.css.map": "/static/css/main.efb256db.chunk.css.map",
"static/js/2.ddbdaa82.chunk.js.LICENSE.txt": "/static/js/2.ddbdaa82.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.c012fedc.js",
"static/css/2.c49baa93.chunk.css",
"static/js/2.ddbdaa82.chunk.js",
"static/css/main.efb256db.chunk.css",
"static/js/main.1435fcbf.chunk.js"
]
}
Binary file added client/build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions client/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Hypertube</title><link href="/static/css/2.c49baa93.chunk.css" rel="stylesheet"><link href="/static/css/main.efb256db.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,l,i=t[0],f=t[1],a=t[2],p=0,s=[];p<i.length;p++)l=i[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(c&&c(t);s.length;)s.shift()();return u.push.apply(u,a||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,i=1;i<r.length;i++){var f=r[i];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/";var i=this.webpackJsonpclient=this.webpackJsonpclient||[],f=i.push.bind(i);i.push=t,i=i.slice();for(var a=0;a<i.length;a++)t(i[a]);var c=f;r()}([])</script><script src="/static/js/2.ddbdaa82.chunk.js"></script><script src="/static/js/main.1435fcbf.chunk.js"></script></body></html>
Loading

0 comments on commit 4916547

Please sign in to comment.