This is my portfolio made by Next.js project bootstrapped with create-next-app.

Getting Started

First, fork this repository and install package

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

Directory Structure

./src
|-components
|-data
|-lib
|-pages
|-posts
|-styles
|-types

components

UI components list.

data

My localdata.

lib

Methods of API access for posts and GATags.

pages

Pages of routing by Next.js.

styles

Global CSS, CSS Module by using Sass.

types

Type definitions.