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.
- Localization KR, EN
- Dark/Light Mode
install project
npm install
Run on localhost on port 3000.
npm run dev
Open http://localhost:3000 with your browser to see the result.
.
├── 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
Commit and push changes to deploy on Vercel.