Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (42 loc) · 1.44 KB

Developer Portfolio Website

Package - react Package - next Deployed with - Vercel

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

Preview

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

.
├── 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