A modern, responsive portfolio website built with Next.js and Tailwind CSS.
- ⚡️ Next.js 14 with Server Side Rendering
- 🎨 Tailwind CSS for styling
- 📱 Fully Responsive Design
- 🌙 Dark/Light mode
- ⚡ Optimized for performance
- 🔧 Easy to customize
- Node.js 18.x or higher
- npm or yarn
- Clone the repository
git clone [email protected]:MunishMummadi/portfolio.git
cd portfolio
- Install dependencies
npm install
Start the development server:
npm run dev
The site will be available at http://localhost:3000
Create a production build:
npm run build
Run the production server:
npm run start
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by nuro.dev
Made with ❤️ by Munish Mummadi