A personal portfolio website built with modern web technologies.
Clone the repository:
git clone https://github.com/kriegercisneros/modern-portfolio.git
cd modern-portfolio
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
├── app/ # Next.js app directory
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ └── globals.css # Global styles
├── components/ # React components
├── public/ # Static assets
└── tailwind.config.js # Tailwind configuration
MIT License - feel free to use this code for your own portfolio!