Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Personal Portfolio Website

A modern, responsive personal portfolio website built with Next.js, TypeScript, and Tailwind CSS.

Project Structure

├── frontend/           # Frontend application
│   ├── src/
│   │   ├── components/ # Reusable React components
│   │   ├── pages/     # Next.js pages
│   │   ├── styles/    # Global styles
│   │   └── utils/     # Utility functions
│   ├── public/        # Static assets
│   └── ...
└── README.md

Features

  • 🌓 Dark/Light theme support
  • 📱 Responsive design
  • 🎨 Modern UI with Tailwind CSS
  • 🔍 SEO friendly
  • 📝 Easy to customize and extend
  • 🚀 Fast performance with Next.js

Getting Started

  1. Clone the repository
git clone <repository-url>
  1. Install dependencies
cd frontend
npm install
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 in your browser

Customization

  • Update frontend/src/components/layout/Navbar.tsx to change navigation items
  • Modify theme colors in frontend/tailwind.config.ts
  • Add new pages in frontend/src/pages/
  • Customize components in frontend/src/components/

Tech Stack

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages