https://github.com/sanidhyy/modern-portfolio
Modern Portfolio using Next.js and Framer Motion.
https://github.com/sanidhyy/modern-portfolio
3d-portfolio 3d-website animation framer-motion modern-ui modern-ux netlify next nextjs particles-js portfolio react reactjs vercel
Last synced: 17 days ago
JSON representation
Modern Portfolio using Next.js and Framer Motion.
- Host: GitHub
- URL: https://github.com/sanidhyy/modern-portfolio
- Owner: sanidhyy
- License: mit
- Created: 2023-12-29T06:05:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:31:45.000Z (4 months ago)
- Last Synced: 2025-03-29T11:04:58.998Z (24 days ago)
- Topics: 3d-portfolio, 3d-website, animation, framer-motion, modern-ui, modern-ux, netlify, next, nextjs, particles-js, portfolio, react, reactjs, vercel
- Language: JavaScript
- Homepage: https://awersome-portfolio.netlify.app/
- Size: 5.91 MB
- Stars: 104
- Watchers: 6
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Modern Portfolio using Next.js and Framer Motion

[](https://github.com/sanidhyy "Ask Me Anything!")
[](https://github.com/sanidhyy/modern-portfolio/blob/main/LICENSE "GitHub license")
[](https://github.com/sanidhyy/modern-portfolio/commits/main "Maintenance")
[](https://github.com/sanidhyy/modern-portfolio/branches "GitHub branches")
[](https://github.com/sanidhyy/modern-portfolio/commits "Github commits")
[](https://awersome-portfolio.netlify.app/ "Netlify Status")
[](https://github.com/sanidhyy/modern-portfolio/issues "GitHub issues")
[](https://github.com/sanidhyy/modern-portfolio/pulls "GitHub pull requests")# :notebook_with_decorative_cover: Table of Contents
- [Folder Structure](#bangbang-folder-structure)
- [Getting Started](#toolbox-getting-started)
- [Screenshots](#camera-screenshots)
- [Tech Stack](#gear-tech-stack)
- [Stats](#wrench-stats)
- [Contribute](#raised_hands-contribute)
- [Acknowledgements](#gem-acknowledgements)
- [Buy Me a Coffee](#coffee-buy-me-a-coffee)
- [Follow Me](#rocket-follow-me)
- [Learn More](#books-learn-more)
- [Deploy on Vercel](#page_with_curl-deploy-on-vercel)
- [Give A Star](#star-give-a-star)
- [Star History](#star2-star-history)
- [Give A Star](#star-give-a-star)## :bangbang: Folder Structure
Here is the folder structure of this app.
```bash
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
```
## :toolbox: Getting Started
1. Make sure **Git** and **NodeJS** is installed.
2. Clone this repository to your local computer.
3. Open terminal in root directory. Run `npm install --legacy-peer-deps` or `yarn install --legacy-peer-deps`.
4. Now app is fully configured 👍 and you can start using this app using `npm run dev` or `yarn dev`.
## :camera: Screenshots:




## :gear: Tech Stack
[](https://react.dev/ "React JS") [](https://nextjs.org/ "Next JS") [](https://developer.mozilla.org/en-US/docs/Web/JavaScript "JavaScript") [](https://tailwindcss.com/ "Tailwind CSS") [](https://netlify.app/ "Netlify")
## :wrench: Stats
[](https://pagespeed-insights-svg.glitch.me/?url=https://awersome-portfolio.netlify.app/ "Stats for Modern Portfolio")
## :raised_hands: Contribute
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
## :gem: Acknowledgements
Useful resources and dependencies that are used in Modern Portfolio.
### Production Dependencies
- [@next/font](https://www.npmjs.com/package/@next/font): ^13.4.4
- [framer-motion](https://www.npmjs.com/package/framer-motion): ^10.12.16
- [next](https://www.npmjs.com/package/next): 13.4.3
- [react](https://www.npmjs.com/package/react): 18.2.0
- [react-countup](https://www.npmjs.com/package/react-countup): ^6.4.2
- [react-dom](https://www.npmjs.com/package/react-dom): 18.2.0
- [react-icons](https://www.npmjs.com/package/react-icons): ^4.8.0
- [react-tsparticles](https://www.npmjs.com/package/react-tsparticles): ^2.9.3
- [swiper](https://www.npmjs.com/package/swiper): ^9.4.0
- [tailwind-scrollbar](https://www.npmjs.com/package/tailwind-scrollbar): ^3.0.4
- [tsparticles](https://www.npmjs.com/package/tsparticles): ^2.9.3### Development Dependencies
- [autoprefixer](https://www.npmjs.com/package/autoprefixer): ^10.4.14
- [eslint](https://www.npmjs.com/package/eslint): 8.41.0
- [eslint-config-next](https://www.npmjs.com/package/eslint-config-next): 13.4.3
- [postcss](https://www.npmjs.com/package/postcss): ^8.4.23
- [tailwindcss](https://www.npmjs.com/package/tailwindcss): ^3.3.2## :coffee: Buy Me a Coffee
[
](https://www.buymeacoffee.com/sanidhy "Buy me a Coffee")
## :rocket: Follow Me
[](https://github.com/sanidhyy "Follow Me")
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmodern-portfolio "Tweet")
[](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw "Subscribe my Channel")## :books: Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## :page_with_curl: Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## :star: Give A Star
You can also give this repository a star to show more people and they can use this repository.
## :star2: Star History