Code Monkey home page Code Monkey logo

youtube-downloader's Introduction

Youtube Downloader

Online Youtube Downloader is a web application to download Youtube videos in MP4 and MP4 format.

Have this project

Fork it

cd youtube-downloader

npm install

npm start

Note: Make sure react installed

Steps to follow to download react and react router dom:

NodeJs is the platform needed for the ReactJS development.

After successfully installing NodeJS, we can start installing React upon it using npm. You can install ReactJS in Using the create-react-app command.

Step 1 - install create-react-app

Browse through the desktop and install the Create React App using command prompt as shown below −

  C:\Users\Username\Desktop>npx create-react-app my-app

Step 2 - Delete all the source files

C:\Users\Username\Desktop>cd my-app/src
C:\Users\Username\Desktop\my-app\src>del *
C:\Users\Username\Desktop\my-app\src\*, Are you sure (Y/N)? y

Step 3 - Add files

Add files with names index.css and index.js in the src folder as −

C:\Users\Username\Desktop\my-app\src>type nul > index.css
C:\Users\Username\Desktop\my-app\src>type nul > index.js

In the index.js file add the following code

import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';

Step 4 - Run the project

Finally, run the project using the start command.

npm start

TechStack required:

  • HTML/CSS/Bootstrap
  • Javascript
  • ReactJS, NodeJS

youtube-downloader's People

Contributors

utpalendubarman avatar anushruti11 avatar karunkarthik-git avatar heyankit78 avatar syedmazharaliraza avatar sneha-baser avatar niveditha18 avatar saikat-inst avatar swapna804 avatar

Forkers

walker017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.