Hello! 👋 This repository contains the source code for my personal portfolio website.
Live Site: https://johnnywu.dev/
This portfolio showcases my skills as a full-stack developer, my personal projects, and my contributions to open-source communities.
- 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.
- React.js
- React Bootstrap
- Node.js
- Express.js
- Netify (deployment)
- Heroku (server host)
To set up this project on your local machine:
- Clone the repository:
git clone https://github.com/Skydodle/portfolio.git
- Navigate into the project directory:
cd portfolio
- Install dependencies:
npm install
- Start the development server:
npm start