Skip to content

jananadiw/portfolio

Repository files navigation

Developer Portfolio Website

Package - react Package - next Deployed with - Vercel

A simple personal portfolio website to showcase and organize important personal and work projects all in one place, built with NextJs, Tailwind CSS, next-translate & react-toggle-dark-mode.

Preview

Features

  • Localization KR, EN
  • Dark/Light Mode

Build Setup

install project
npm install

Run on localhost on port 3000.
npm run dev

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

Directory Structure

.
├── components // all React Components can be used in layouts, pages
   ├── navbar
   ├── header
├── pages // route pages
|   ├── about // about page
      ├── index.tsx
   ├── _app.tsx // error page
   ├── index.tsx // home/index page
├── public // static imgs etc.
└── styles

Deploy on Vercel

Commit and push changes to deploy on Vercel.