jing-liu-778 / ReactPortfolio

This application is my personal portfolio website built by using reactjs.

Home Page:https://magickw.github.io/ReactPortfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio Website

badge

Description

This application is my personal portfolio website built by using reactjs.

Table of Contents

Installation

git clone the repo to your local machine. To use this application, please run the following command:

And then run the following commands to install the dependencies:

npm install

Usage

Type the following command in your termimal:

npm start

Then open your browser and type http://localhost:3000/ to run this application on your local machine.

For deployment on Github, just add https://yourusername.github.io/app-name to your package.json, then add the following lines inside "scripts": {..."}:

"predeploy": "npm run build",
"deploy": "gh-pages -d build"

Run npm start deploy to deploy the application to Github.

Deployed Link

The link to the deployed application is: https://magickw.github.io/ReactPortfolio/.

Demo

Below is the demostration of this application. Click here for a walk-through video in higher definitions.

demo

⬆ back to top

Built With

⬆ back to top

License

This application is licensed under MIT license.

⬆ back to top

Contributing

This application is developed by Baofeng Guo. If you would like to contribute it, please follow the guidelines for how to do so.

⬆ back to top

Tests

There are no tests beyond npm start.

⬆ back to top

Questions

For any question, please contact me on GitHub: magickw or email me at peterguo1983@gmail.com.

⬆ back to top

About

This application is my personal portfolio website built by using reactjs.

https://magickw.github.io/ReactPortfolio


Languages

Language:JavaScript 63.3%Language:CSS 31.6%Language:HTML 5.0%