A customizable React-based portfolio resume template that pulls data from a JSON file for easy updates and maintenance.
- React-based portfolio website
- Data-driven content using JSON
- Responsive design
- Easy customization
- One-click deployment
- Node.js - Download & Install
- Install dependencies:
npm install- Start the development server:
npm start- Open
public/resumeData.json - Replace the existing data with your information
- Add portfolio images to
public/images/portfolio/
Replace the following files with your own images (keep the same filenames):
public/images/header-background.jpgpublic/images/testimonials-bg.jpgpublic/favicon.ico
- Build the project:
npm run build- Deploy to Netlify:
- Go to Netlify
- Create an account or sign in
- Navigate to the 'Sites' tab
- Drag and drop the
buildfolder to deploy - Your site will be live at the provided Netlify URL! 🚀
Inspired by Tim Baker's React Resume Template