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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages