This is a simple javascript project to download a folder from a github repository.
- Open the folder you want to download in your browser.
- Copy the URL from the address bar.
- Paste the URL in the input field and click the "Download" button.
- Wait for the download to start.
- Clone the repository.
git clone https://github.com/AbdurRaahimm/github-folder-downloader.git
- go to the folder.
cd github-folder-downloader
- Open the vscode or any other code editor.
code .
- start the live server on vscode.
- Open the browser and go to the live server URL.
- Follow the steps above.
- Download a github repository.
- Download a folder from a github repository.
- Download a single file from a github repository.
- See Folder and file structure.
- Download the folder as a zip file.
- See Folder Details.
- Add back Button to go back to the previous folder.
- HTML
- Tailwind CSS
- JavaScript
- jsZip library