This project presents a straightforward folder and file tree structure. It allows you to easily add, delete, and edit folders and files. You'll experience a hierarchical structure where files can be organized within folders, creating a nested system. Additionally, it demonstrates the implementation of lazy loading. You can view the demo by clicking on the following URL:
Follow these steps to get the project up and running on your local machine.
git clone https://github.com/cric2000/folder_tree_lazy_loadingNavigate to the project directory and install the required dependencies using npm:
npm installAfter installing the dependencies, start the application with the following command:
npm startThe application will be accessible at http://localhost:3000 in your web browser.