Skip to content

I created my personal resume and portfolio website using React.js⚛️ Feel free to fork this repo and start your personal portfolio as well 🤓

Notifications You must be signed in to change notification settings

stevgonzalezb/React.Resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume and Portfolio Project

Introduction

This document intented to explain how to setup and start this project. The idea of this project was taken from this template: Mat - vCard & Resume Template by tavonline | ThemeForest and following the next serie videos from YT: https://www.youtube.com/watch?v=N2-RWOEfdcU&list=PLISG6SSQ9nqyuuTjr2cDApJlY9-K3jrn1

Table of content

  1. Requirements
  2. Installation

Requirements

At least node.js version: 10. You can get it here. heck your node version:

node --version

If you have an other version of node installed, consider using Node Version Manager (nvm) to manage multiple active node.js versions and to switch between them.

  • Get the nvm for Linux / Mac OS here
  • Get the equivalent for Windows here

Installation

  • Clone this repository
git clone https://github.com/stevgonzalezb/resume.git
  • In root of the folder:
npm install
  • To start the app via localhost:
npm start

In your browser open a new tab: http://localhost:3000/

If everything is right, in browser it will show something like this:

And finally you can edit all the data in the file: src/utils/resumeData.js and the the profile photo on src/asserts/images/profile_photo.jpg

About

I created my personal resume and portfolio website using React.js⚛️ Feel free to fork this repo and start your personal portfolio as well 🤓

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published