A modern, responsive portfolio website built with Next.js and TypeScript, showcasing my professional experience, projects, and skills as a Full-Stack Engineer.
- Next.js - React framework
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - Animation library
- Node.js (v18 or newer)
- npm, yarn, or bun
-
Clone the repository
git clone https://github.com/ishaan000/ishaan.git cd ishaan
-
Install dependencies
npm install # or yarn install # or bun install
-
Run the development server
npm run dev # or yarn dev # or bun dev
-
Open http://localhost:3000 with your browser to see the result
To customize this portfolio for your own use:
- Update the personal information in the section components
- Replace
/public/profile.jpeg
with your own profile picture - Modify the project data in
ProjectsSection.tsx
- Update skills and experience sections with your own information
This portfolio is optimized for deployment on Vercel, but can be deployed on any platform that supports Next.js applications.
Built with ❤️ by Ishaan Bhalla