Welcome to the code repository for my personal portfolio website, built with Next.js! This project showcases my journey, projects, and skills in Development.
- Frontend: React, Next.js
- Styling: Tailwind CSS
- Animation: Framer Motion
- Deployment: Vercel
Check out the live website here.
To run this project locally:
-
Clone the repository:
git clone https://github.com/aniket607/PortfolioProject cd portfolio
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to view the portfolio.
- public/
- src/
- app/
- `favicon.ico`
- `globals.css`
- `layout.tsx`
- `page.tsx`
- assets/
- `icons/`
- `images/`
- components/
- `Card.tsx`
- `CardHeader.tsx`
- `HeroOrbit.tsx`
- `SectionHeader.tsx`
- `TechIcon.tsx`
- `ToolboxItems.tsx`
- sections/
- `About.tsx`
- `Contact.tsx`
- `Footer.tsx`
- `Header.tsx`
- `Hero.tsx`
- `Projects.tsx`
- `Tape.tsx`
This project is deployed on Vercel. To deploy your own, connect the GitHub repository to Vercel and follow the prompts to set it up for Next.js.
Thanks for checking out my portfolio repository! If you find it useful, please give it a Star 🌟 and share your thoughts or suggestions!