Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 614 Bytes

Hjemmeside

This repository contains my personal website, available at hjelmeseth.com.

A simple SPA (single page application) created with React.

The purpose of this website is to show off my previous projects and skills.

The projected is created with create-react-app, and has the following file structure:

  • /public
  • /src
    • App.js - Root app and routing
    • /assets - contains all images and icons
    • /components
      • /contact - contact page component
      • /navigation - navigation component
      • /projects - projects page component
      • /project - component for each project