RepoPortfolio is a powerful portfolio builder that empowers you to create a beautiful and customized portfolio website in just minutes. You simply need to edit some data in a file, commit, and easily deploy your portfolio with GitHub Pages. Explore all the features.
- Node 18
- Install dependency
npm install
- Start application
next dev
- Go to http://localhost:3000/
Here're some of the project's best features:
- Fast Customization --> /public/data/sharedData.json (modify with your data and save)
- SEO friendly --> /lib/SEO.ts
- GitHub Action Deploy (on GitHub Pages)
- Fetch information form Repository (Branch must be named 'main')
- In-project preview image [ Every repository must include a folder named '.github/RepoPortfolio-Your-GitHub-Story' containing an image named 'index.png'.]
- Buy Me a coffee integration
- CV Download By GoogleDrive Sharing
- Node 18
DONE to install
- Guida al setup con gli steps
Technologies used in the project:
- NEXT.js
- React
- Tailwindcss
- Component library DaisyUI
- Framer Motion
- Framer Motion examples
- react-markdown
This project is a progression of its predecessors, initially built solely with CSS, JS, and HTML. It was then converted to Angular, making it more dynamic and easier to manage. In the latest step, the project has migrated to Next.js. The old versions have been branched and tagged with 'OLD'.