Skip to content

mhmdio/resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Portfolio Resume

A customizable React-based portfolio resume template that pulls data from a JSON file for easy updates and maintenance.

Features

  • React-based portfolio website
  • Data-driven content using JSON
  • Responsive design
  • Easy customization
  • One-click deployment

Getting Started

Prerequisites

Installation

  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Customization

Content

  1. Open public/resumeData.json
  2. Replace the existing data with your information
  3. Add portfolio images to public/images/portfolio/

Images

Replace the following files with your own images (keep the same filenames):

  • public/images/header-background.jpg
  • public/images/testimonials-bg.jpg
  • public/favicon.ico

Deployment

  1. Build the project:
npm run build
  1. Deploy to Netlify:
  • Go to Netlify
  • Create an account or sign in
  • Navigate to the 'Sites' tab
  • Drag and drop the build folder to deploy
  • Your site will be live at the provided Netlify URL! 🚀

Credits

Inspired by Tim Baker's React Resume Template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • CSS 48.1%
  • HTML 1.0%