/ytdl

Primary LanguageJavaScript

chance-youtube-downloader

This app allows you to download video(s) from youtube

2023-03-07_18-00

How to run

To run this project on your local machine make sure that all the following are checked

  • Nodejs installed on your computer (MacOS, Windows, Linux)
  • Git installed on your computer

Use the following commands to get started with the project

Backend

git clone https://github.com/chanceDira/chance-youtube-downloader.git
cd chance-youtube-downloader
cd backend
npm install
npm run dev
open http://localhost:4000

Frontend

git clone https://github.com/chanceDira/chance-youtube-downloader.git
cd chance-youtube-downloader
cd frontend
npm install
npm run dev
open http://localhost:8080

Technologies

To successfully navigate the codebase of the project, you will need undertanding of the following technologies that are being used to develop this application:

  • Reactjs
  • Javascript
  • Tailwindcss