ProzillaOS/docs/features/README.md
2023-07-22 17:42:56 +02:00

47 lines
No EOL
839 B
Markdown

# Features
Most code for features can be found in the [src/features](../../src/features) directory. This directory is a library that is mostly used by files in the [src/components](../../src/components) and [src/hooks](../../src/hooks) directory.
## Applications
There are several applications.
### Terminal
A command line tool.
### Code Editor
Coming soon.
### File Explorer
Coming soon.
### Media Viewer
Coming soon.
## Desktop
Coming soon.
## Math
The math folder contains util classes related to maths.
## Storage
Coming soon.
## Taskbar
Shows pinned applications, a search button, multiple control buttons and the time and date.
## Virtual Drive
The virtual drive is a drive that stores virtual files and folders.
## Windows
Each application opens in a window that can be dragged around and maximized/minimized.