Skip to content

My personal portfolio website - built with React, React-Router, Dynamic rendering, and deployed via GitHub Pages. Please feel free to read more about me, check out my resume, projects, and contact me.

Notifications You must be signed in to change notification settings

kaylamuraoka/react-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React Portfolio

View Deployed Application

React Bootstrap MIT GitHub repo size GitHub language count GitHub top language GitHub last commit

Description

This is a SPA (Single Paged Application) resume/portfolio website built with React showcasing my work and other personal information to clients.

Table of Contents

Installation

Carry out the following steps:

  1. Clone this project repository locally. For steps on how to clone a repository using the command line, read this section of the Github Docs about cloning a repository.

  2. Navigate to the project directory locally by the command cd [local repository]

  3. Check package.json file and ensure scripts are notated as below:

"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  1. Run the command npm install. Note: Make sure to delete the node_modules folder and any 'lock' files such as yarn.lock or package-lock.json before running npm install if present.

  2. Now run npm start to run the app in the development mode.

Usage

Click this link to view the deployed application.

License

This project is licensed under the MIT license.

Contributing

All comments and suggestions regarding improvements to this project are welcomed. To contribute to this project, clone this project repository locally and commit your code on a separate branch. You may then modify the code to your liking, submit well-formed pull requests and open useful issues. For steps on how to clone a repository using the command line, read this section of the Github Docs about cloning a repository.

Questions

Please use the contact information below if you would like to reach me with any questions.

My Github Profile Picture

Github Profile: @kaylamuraoka

Email: kmurs98@gmail.com

About

My personal portfolio website - built with React, React-Router, Dynamic rendering, and deployed via GitHub Pages. Please feel free to read more about me, check out my resume, projects, and contact me.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published