From a0d2681c6ba0e9ceb63397d3e43b3780a473fc46 Mon Sep 17 00:00:00 2001 From: "q." <117946311+qrexpy@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:19:19 +0200 Subject: [PATCH] added readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md 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.