It is modern and easily customizable website made using Next.js.
- Next.js
- Aceternity UI
- Tailwind CSS
- Framer Motion
- Three.js
- TypeScript
👉 Hero: Captivating introduction featuring a spotlight effect and dynamic background.
👉 About: Modern layout presenting personal information using bento grid.
👉 Projects: Showcasing latest projects 3D card design with mentioning tech stacks with the help of icons.
👉 Testimonials: Dynamic testimonials area with scrolling or animated content for enhanced engagement.
👉 Work Experience: Prominent display of professional background for emphasis and credibility.
👉 Approach: Explaining approach towards new projects using aceternity colorful cards.
👉 Footer: Beautiful footer showing all social link and contact method.
Follow this guide to run and customize this project locally.
- Git
- Node.js
- pnpm
git clone https://github.com/DestroyerV/modern-portfolio.git
cd modern-portfolio
Installing the project dependencies using pnpm:
pnpm i
pnpm dev
Open http://localhost:3000 in your browser to view the project.
Customize the data in data/index.ts
according to your profile.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.