Welcome to my personal portfolio website built with React.js! This project showcases my skills, projects, and experiences in web development.
This portfolio website serves as a central hub for all my professional work. It includes information about my background, skills, projects, and contact details. The aim is to provide a comprehensive overview of my capabilities and achievements as a developer.
- Responsive Design: Optimized for various screen sizes, from mobile devices to desktops.
- Projects Showcase: Detailed descriptions of my projects with links to live demos and source code.
- Skills Section: Highlighting my technical skills and proficiencies.
- Contact Form: Easy way for visitors to get in touch with me.
- React.js: A JavaScript library for building user interfaces.
- HTML5 & CSS3: For structuring and styling the website.
- JavaScript (ES6+): For adding interactivity.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/your-portfolio-repo.git
-
Navigate to the project directory:
cd your-portfolio-repo
-
Install dependencies:
npm install
-
Start the development server:
npm start
The website should now be running on http://localhost:3000
.
- Development: Use
npm start
to run the development server. Make changes in the source code and see them live-reloaded. - Build for Production: Use
npm run build
to create an optimized production build. The build output will be in thebuild
directory. - Deployment: Deploy the
build
directory to your hosting service of choice (e.g., Netlify, Vercel, GitHub Pages).
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or want to get in touch, feel free to contact me:
- Email: [email protected]
- LinkedIn: Junyeong Kim
Thank you for visiting my portfolio!