V1 feature lists as follows:
list all files of given dir path- read metadata of a file
last modification datelast access time of the file
- show report of specific directory
- implement recursive file meta searching
- display files older that "x" days/months
- check whether file is junk or not
- display which file was last used when
bootstrap a http routerget user path from url routeapply the reporting function on top of user inputdisplay the report on a webpageoptions to select specific files from the pageadd a delete button at the end of the file
if selected delete files- refresh page after file deletion V2 featrues:
- separate files and dir
- add dir traversing
- sort by last access date
- sort by last modification date
- update directory structure
- add unit tests
- refactor temporary hacked code