Loading repository data…
Loading repository data…
Shamim-Al-Mamun / repository
Modern Portfolio is a sleek, interactive, and high-performance developer portfolio template built using Next.js, Framer Motion, and Tailwind CSS. Designed for modern web developers and creative professionals, this template offers a clean, professional interface to showcase skills, experience, and projects with style and precision.
This portfolio is ideal for full-stack developers, frontend specialists, or anyone in tech looking to leave a strong impression. With integrated animations powered by Framer Motion, dynamic particle effects via tsParticles, and a fully responsive layout, this project delivers a highly engaging user experience.
Whether you're applying for jobs, freelancing, or building a personal brand, this template helps elevate your online presence.
Here is the folder structure of this app.
modern-portfolio/
|- components/
|- pages/
|-- about/
|-- contact/
|-- services/
|-- testimonials/
|-- work/
|-- _app.jsx
|-- index.jsx
|- public/
|- styles/
|-- globals.css
|- .eslintrc.json
|- .gitignore
|- next.config.js
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.js
|- variants.js
Make sure Git and NodeJS is installed.
Clone this repository to your local computer.
Open terminal in root directory. Run npm install --legacy-peer-deps or yarn install --legacy-peer-deps.
Now app is fully configured 👍 and you can start using this app using npm run dev or yarn dev.
Useful resources and dependencies that are used in Modern Portfolio.