Need help with a frontend project (HTML/Javascript - using bootstrap)

Job ID: 36018645

Budget: ₹600 – ₹1,500 INR

Need to display the directory structure on UI (treeview in the left pane) (You will call an API to get the data for the directory structure)
Directory structure I fixed.
It is like: root/Parent_directory/Child_directory/file. There will be multiple parent_dir and multiple child_dir in parent_dir and multiple file in child_dir.

On selecting a child_directory, you call a rest-API to get some data and display that on the right pane.
The right pane should give a option to create a file. On clicking that you should open a page to create file. that takes some data from user and call a post API.

On selecting file, you call a rest-API to get some data and display that on the right pane (in a form).
New file form will have some textboxes (with labels), some drop-downs , a button to add a group of drop-down.
On clicking submit you call the post API with the body as filled by the user.

I just need HTML / javascript/ CSS . You should use bootstrap.
Related categories: PHP JavaScript CSS HTML jQuery / Prototype