A web application for displaying GitHub repository files and directories. This project provides a clean and interactive directory listing view with features like dark mode and breadcrumb navigation.
Live Demo: View the live demo
-
Fork the Repository:
- Click the "Fork" button at the top right of this page to create a copy of this repository under your GitHub account.
-
Update Configuration:
- Edit the
script.jsfile and update the following variables:const fhsRepo = 'your-repo-name';// Replace with your repository nameconst fhsOwner = 'your-github-username';// Replace with your GitHub usernameconst fhsBranch = 'your-branch-name';// Replace with your branch name
- Edit the
-
Deploy to GitHub Pages:
- Commit and push your changes to your forked repository.
- Go to your repository settings and enable GitHub Pages from the
mainbranch or the branch you selected.
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.
- Fuad Hasan Shihab: Creator of this project. GitHub Profile
- Material Icons: For the icons used in the project.
- Titillium Web: Custom font used in the design.
This project is licensed under the MIT License. See the LICENSE file for details.
