A modern portfolio with an AI-powered chat interface built using Next.js and Tailwind CSS.
- Responsive design
- Dark/Light theme toggle
- AI chat powered by Groq
- Project showcase
- Skills and contact sections
-
Clone the repository
git clone https://github.com/sirajahmedx/portfolio.git cd portfolio
-
Install dependencies
npm install
-
Create a
.env.local
file in the root with:GITHUB_TOKEN=your_github_token GROQ_API_KEY=your_groq_api_key
-
Run the development server
npm run dev
-
Open in your browser:
http://localhost:3000
MIT License