Welcome to my portfolio!
I’m a 20-year-old Computer Science student with a passion for building projects that combine creativity and problem-solving.
Here, you’ll find a collection of my work, ranging from personal experiments to academic projects, all reflecting my interest in web development and user-centered design.
This portfolio was built using a modern front-end stack:
- React – for creating a dynamic and component-based user interface
- TypeScript – to add type safety and improve code quality
- Tailwind CSS – for fast, responsive, and utility-first styling
- Vite – as a lightning-fast build tool and development environment
In order to run this project locally, you first need to clone the repository to a chosen location on your computer by running git clone https://github.com/efredriksen05/portfolio.git. Once the project is cloned, navigate into the project folder and install the dependencies using npm install. When the installation is complete, you can start the development server by running npm run dev. By default, Vite will serve the project at http://localhost:5173
, which you can open in your browser to view the site.
