Skip to content

Single page developer portfolio site with sections such as About, Experiences, Projects, Hobbies etc.

Notifications You must be signed in to change notification settings

jananadiw/portfolio-v2

Repository files navigation

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