https://github.com/sandykr29/vtwomind
This project is a Breadcrumb assignment developed using React, HTML, CSS, and JavaScript. It provides a user-friendly interface for navigating through files and folders, displaying their hierarchy as breadcrumbs.
https://github.com/sandykr29/vtwomind
breadcrumb-navigation breadcrumbs filter-lists
Last synced: about 1 month ago
JSON representation
This project is a Breadcrumb assignment developed using React, HTML, CSS, and JavaScript. It provides a user-friendly interface for navigating through files and folders, displaying their hierarchy as breadcrumbs.
- Host: GitHub
- URL: https://github.com/sandykr29/vtwomind
- Owner: Sandykr29
- Created: 2024-05-11T14:47:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:18:07.000Z (about 1 year ago)
- Last Synced: 2025-04-11T03:48:16.703Z (about 1 month ago)
- Topics: breadcrumb-navigation, breadcrumbs, filter-lists
- Language: JavaScript
- Homepage: https://v2minds.netlify.app/
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breadcrumb Assignment README
## Introduction
This project is a Breadcrumb assignment developed using React, HTML, CSS, and JavaScript. It provides a user-friendly interface for navigating through files and folders, displaying their hierarchy as breadcrumbs. The user can click on any part of the breadcrumb to filter other data and navigate to the selected item.## Features
- Display files and folders on the UI.
- Navigate through files and folders using breadcrumbs.
- Click on any part of the breadcrumb to filter other data and navigate to the selected item.## Getting Started
To run the project locally, follow these steps:
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Install dependencies using npm install.
4. Start the development server.
5. Access the application in your web browser.## Screenshot
## Site Link
The assignment is hosted on the following link: [V2Minds Website](https://v2minds.netlify.app/)## Credits
- [React Documentation](https://reactjs.org/docs/getting-started.html)
- [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.