Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.71 KB

README.md

File metadata and controls

72 lines (43 loc) · 1.71 KB

React Portfolio License: MIT

Screenshot

portfolio screenshot

Description

A front-end protfolio website developed in React. This utilizes incapsulation and modularity pulling in only the components that are needed, at the time they are needed. Making this a very minimal and performant website.

Table of Contents

Installation

Dependencies: Requires Node.js installed on your computer

To install the npm dependencies cd into the main directory and run:

yarn

Usage

This site is live at React Portfolio

To use this node app and create your own local server, clone the repo down, use the terminal to cd into the root directory. Then run:

yarn start

Use the terminal and start up the server. You can then access the API endpoints through a web browser or Insomnia.

Build

To build and deploy this application to gh-pages run

yarn deploy

Tests

To test please run:

yarn test

License

MIT License

Collaboration

Please feel free to collaborate with me on this project! Just fork it and submit a well documented pull request.

If you have any questions, please contact me at techx@opayq.com

This app is strictly for educational purposes only