Welcome to my personal portfolio repository! This project showcases my journey as an AI & Machine Learning Engineer, featuring my projects, skills, experience, and certifications.
- Next.js 16 - The React Framework for the Web.
- React 19 - The library for web and native user interfaces.
- Tailwind CSS 4 - A utility-first CSS framework for rapid UI development.
- Next Themes - Perfect dark mode in 5 lines of code.
- Dynamic Content: All portfolio data (projects, skills, experience) is centralized in
src/data/portfolio.jsfor easy updates. - Responsive Design: Fully responsive UI tailored for all devices.
- Contact Integration: Integrated Google Forms for seamless contact submissions.
- Modern UI: Clean and minimal interface with dark mode support.
Follow these steps to set up the project locally.
- Node.js (Latest LTS recommended)
- npm, yarn, pnpm, or bun
-
Clone the repository:
git clone https://github.com/ANAGHAKTP/portfolio.git cd portfolio -
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open your browser: Navigate to http://localhost:3000 to view the application.
📦 src
┣ 📂 app # Next.js App Router pages
┣ 📂 components # Reusable UI components
┣ 📂 data # Centralized portfolio data (portfolio.js)
┗ ...Made with ❤️ by Anagha K T P