Skip to content

This Website is all about Downloading Movie, but it's fake, I just made it for practising.

Notifications You must be signed in to change notification settings

AliReza1083/UltraMovie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm a Web Developer

  • 👋 Hi, I’m Ali Reza Samadi
  • 👀 I’m interested in Coding
  • 🌱 I’m currently learning NODEJS
  • 📫 Follow me on Twitter

Introduction

My Name is Ali Reza, and it’s been 1.5 years that I’m Coding and has learnt so many things. I know that for the first time, you get overwhelm while Coding, I was just like you, but if you keep going, You’ll get used to it, and you’ll enjoy alot while Coding (LIKE ME hhh). So, I’m here to make it easy for you, and I want you to come with me...


About this Website

This Website is all about Downloading Movie, but it's fake, I just made it for practising. The tools that I used to make this Full Responsive Website:


How does this website work?

Download the files

You can download all the files of this Website from here.

Install NODEJS

We need NPM in order for this Project to work, Without NODEJS -- The project isn't going to work.

Install Several files from Package Managers.

There is no need to Install them separately, I wrote the dependencies for you, Just run this in your terminal, It'll download for you.

$ npm install

After Installing

when you are finished with installing, then run it with a command such as:

$ node app.js

app.js

***** My app.js is the main file that you must run this file in order to see the Website *****

const express = require('express');
const app = express();
const port = 3000;

app.listen(port, () => {
    console.log(`Listening to ${port}`)
})

Link of Trailer

You have to be more careful for pasting the link Address. Don't take the link address from different website, becuase It won't work.
Just paste the embed link address from Youtube. here is the location:

Youtube -> select a Trailer -> Share -> Embed -> copy the src link and paste it to the input.

Question

If You have any question or any problem, You may ask me here or in Twitter.

About

This Website is all about Downloading Movie, but it's fake, I just made it for practising.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published