This is my personal portfolio website, it contains a bio and has my Github link with other links as well. Originally built using basic HTML, CSS, and JavaScript, it has now been completely rebuilt using React for a more dynamic and maintainable structure.
- Wonderful eye catching colors.
- Interactive UI with animations.
- Music with music controller.
- Easily editable React components.
- React – Frontend framework for building dynamic UI.
- CSS – Styling and layout.
- JavaScript (ES6+) – Interactive functionality.
- Clone this repository:
git clone https://github.com/NotDyamuh/dyamuh.git- Navigate to the project directory:
cd dyamuh- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and visit
http://localhost:5173to view the portfolio.