Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 697 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 697 Bytes

Personal website

Introduction

Being a web developer without a persoanl website is being like a business man without a business card, so I took action and got myself a little something right here.

Codebase

Technologies

The entire codebase consists in Javascript

Here is a list of technologies used:

  • Nextjs/React: Front-end framework
  • Styled-components: CSS in JS solution

Folder structure

personal-website/
├── components     # Reusabble parts
├── constants      # Static data
├── lib            # External helpers
├── pages          # Application views
└── public         # Media assets