A simple, single page personal portfolio website to showcase and organize important personal and work projects all in one place, built with NextJs & Tailwind CSS
install project
npm install
Run on localhost on port 3000.
npm run dev
Open http://localhost:3000 with your browser to see the result.
.
├── app
│ ├── components
│ │ ├── About.tsx
│ │ ├── Articles.tsx
│ │ └── Work.tsx
│ ├── styles
│ │ ├── font.ts
│ │ └── globals.scss
│ ├── types.ts
│ ├── layout.tsx
│ └── page.tsx
├── data
│ └── db.json
├── public
│ ├── icons
│ │ ├── github.svg
│ ├── images
│ │ └── Portfolio.png
│ └── Preview.png
├── next.config.js
├── package.json
├── README.md
└── tsconfig.json