-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |