Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.33 KB

Portfolio Website

Hello! 👋 This repository contains the source code for my personal portfolio website.

Live Site: https://johnnywu.dev/

Portfolio GIF

Overview

This portfolio showcases my skills as a full-stack developer, my personal projects, and my contributions to open-source communities.

Features

  • About Me: Get to know a bit more about my background and journey.
  • Skills: A carousel showcasing the my tech stacks.
  • Projects: A showcase of my latest and greatest work with links to GitHub repos.
  • Contact: A form to get in touch with me directly.

Technologies Used

  • React.js
  • React Bootstrap
  • Node.js
  • Express.js
  • Netify (deployment)
  • Heroku (server host)

Local Development

To set up this project on your local machine:

  1. Clone the repository:
    git clone https://github.com/Skydodle/portfolio.git
  2. Navigate into the project directory:
    cd portfolio
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start