diff --git a/README.md b/README.md new file mode 100644 index 0000000..299f2df --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Ubuntu Desktop Portfolio + +This project is an interactive portfolio designed to mimic the look and feel of the Ubuntu desktop environment. + +## Features + +- **Desktop Environment**: A simulated Ubuntu desktop environment with draggable windows, a file explorer, and a terminal. +- **Audio Player**: An integrated audio player with visualizer. +- **Notepad++**: A built-in text editor for viewing and editing file contents. +- **File Explorer**: Navigate through different sections like Home, Downloads, and more. +- **Terminal**: A simulated terminal for executing commands. + +## To-Do + +1. Add more functionality to the animations. +2. Make it more similar to actual Ubuntu. + +## Usage (locally) + +1. Clone the repository: + ```sh + git clone https://github.com/qrexpy/ubuntu-portfolio + ``` +2. Open `index.html` in your web browser to view the portfolio.