This app allows you to download video(s) from youtube
To run this project on your local machine make sure that all the following are checked
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
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