waynezhang1995 / react-personal-website-template

A personal resume website template written in React with Material UI theme. πŸŽ‰ Build yours now πŸŽ‰

Home Page:https://waynezhang1995.github.io/react-personal-website-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Personal Resume Template with Material UI Theme

React Personal Website Template

πŸŽ‰ Demo Page

Introduction

An easily modifiable template written in React, featuring mordern material UI design, for building personal resume website. Integrated with create-react-app and gh-pages, easy to build and deploy.

Build yours NOW

1. Set up local environment

Since this app is bootstrapped with creat-react-app, you’ll need to have Node 8.10.0 or later on your local development machine. Install dependencies. For more information: (create-react-app)

Install dependencies

npm install

Run the app

npm start

Now you should see the app is running in http://localhost:3000

2. Customize with your data

To customize it with your perosnal information, all you need to do is modify the json file in ./src/data/profile.json and upload your profile picture to ./src/img/self.jpeg

3. Publish your website

Currently only github page is supported. To host your website with Github. Edit website path in package.json. This will normally be https://[your account].github.io/[repo name]/.

Publish

npm deploy

Credit

This project was bootstrapped with Create React App, gh-pages

About

A personal resume website template written in React with Material UI theme. πŸŽ‰ Build yours now πŸŽ‰

https://waynezhang1995.github.io/react-personal-website-template/


Languages

Language:JavaScript 80.9%Language:CSS 13.1%Language:HTML 6.0%