A partially functional mock of the Windows 10 file explorer UI built with Angular 10.
- A partially functional file explorer
- Create and Rename folders
- Search for files and folders within a directory
- Hover to highlight and click to select a folder
- Navigate between panes and the page responds to navigation
- Unit tested with Jasmine
- 100% code coverage measured using Istanbul code coverage reporter
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test --code-coverage
to execute the unit tests via Karma.
Rinka Viswathirupathi
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/Rinkaswiftie/FileExplorer
- Fork it (https://github.com/Rinkaswiftie/FileExplorer/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request