Dynamic Portfolio is a powerful, customizable platform that allows developers to create stunning portfolios with ease. Showcase your projects, skills, and experience in a beautiful, responsive design.
- 🖼️ Custom profile image upload
- 📊 Dynamic project showcase
- 🛠️ Skill highlighting
- 📚 Education and experience sections
- 🔗 Social media and professional links integration
- 🎨 Customizable design elements
- Node.js (v20 or later)
- npm or yarn
- Cloudflare account (for R2 storage)
- Clone the repository: https://github.com/nerkoux/DynamicPortfolio.git
- cd dynamic-portfolio
- Install dependencies
- Set up environment variables: Create a
.env
file in the root directory and add the following as same as.env.example
In client/components/RegistrationForm.jsx
and client/components/Portfolio.jsx
, replace the API URL with your deployed API endpoint:
const API_URL = 'https://your-api-url.com/api';
In server/routes/api.js
, update the S3 client configuration:
const s3Client = new S3Client({
region: 'auto',
endpoint: `https://${process.env.R2_ACCOUNT_ID}.r2.cloudflarestorage.com`,
credentials: {
accessKeyId: process.env.R2_ACCESS_KEY_ID,
secretAccessKey: process.env.R2_SECRET_ACCESS_KEY,
},
});
- React
- Express
- Cloudflare R2
- Vercel
Created with ❤️ by Akshat Mehta