Skip to content

MunishMummadi/portfolio

Repository files navigation

Personal Portfolio Website

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

Features

  • ⚡️ Next.js 14 with Server Side Rendering
  • 🎨 Tailwind CSS for styling
  • 📱 Fully Responsive Design
  • 🌙 Dark/Light mode
  • ⚡ Optimized for performance
  • 🔧 Easy to customize

Tech Stack

Getting Started

Prerequisites

  • Node.js 18.x or higher
  • npm or yarn

Installation

  1. Clone the repository
git clone [email protected]:MunishMummadi/portfolio.git

cd portfolio
  1. Install dependencies
npm install

Development

Start the development server:

npm run dev

The site will be available at http://localhost:3000

Build

Create a production build:

npm run build

Production

Run the production server:

npm run start

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


Made with ❤️ by Munish Mummadi

Releases

No releases published

Packages

No packages published