Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.46 KB

My Portfolio

This repository contains the code for my personal portfolio website, built with React p5 and CSS. The site is hosted on Vercel. It showcases my projects and experiences in Media Technology and Engineering as a final-year MSc student.

Key Features:

  • Interactive Header: The main header is built with p5.js, making it fully interactive. When the mouse hovers over the text, the letters repel dynamically, adding a playful touch.
  • Modular Components: React's component-based architecture allows projects to be loaded dynamically from a JSON file, allowing seamless updates and additions.
  • Responsive Design: The website is designed to be responsive, ensuring a consistent experience across different devices and screen sizes.

Run it on your machine

Prerequisites

You need Node.js with npm installed.

  1. Clone the repository

    git clone https://github.com/rasmussvala/Portfolio.git

    Move to the directory:

    cd Portfolio
  2. Install dependencies

    npm install
  3. Start the development server

    npm start
  4. Open your browser and visit

    http://localhost:3000

Links