Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.17 KB

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.

Requirements

  • Node.js
  • npm (Node Package Manager)
  • Git (optional)

Usage (locally)

  1. Clone the repository or download ZIP:

    git clone https://github.com/qrexpy/ubuntu-portfolio
    cd ubuntu-portfolio
  2. Install http-server globally:

    npm install -g http-server
  3. Start the local server:

    http-server -p 8000
  4. Open in your browser:

To-Do

  1. Add more functionality to the animations.
  2. Make it more similar to actual Ubuntu.
  3. Fix browser