Illustration credits Andrew Carson

Welcome

This is my personal portfolio site where I can showcase my most recent or favorite projects. Check it out here!

It's a basic single page application that primarily provides easy access to the live demos and my contact information.

Technologies Used

React NodeJS JavaScript
HTML SVG+XML
SASS CSS3

Setup

If for some reason you'd like to run the application locally, setup is simple.

  1. Clone the repo from github
    git clone https://github.com/bryanlancy/PersonalPortfolio.git
  2. From the main project folder, install required dependencies
    npm install
  3. Start the application!
    npm start