A responsive website that diplays my bio, experience, projects, skills, and contact information.
- Mobile-first development: Built using a mobile-first design.
- Responsive layout: Web page layout adapts to different screen sizes.
- User-friendly Interface: Simple interface for easy navigation.
- Efficient layout: Professionally displays relevant information.
- HTML: Core programming language
- CSS: Provides visual styling of the application
- Normalize: Renders all HTML elements more consistently and in line with modern standards
- Bootstrap: Provides visually stylized React components
- Live Server: Displays the application and reloads the web page when changes to the file occur
- Node Package Manager (NPM)
- Clone the repository:
git clone https://github.com/jlee55504/portfolio-web-page-project.git
- Navigate to the project directory:
cd portfolio-web-page-project
- Build the project:
npm install
- Run the application:
npm start
Upon running the application, you'll be presented with the options to:
- Navigate to the "About Me" section
- Navigate to the "Experience" section
- Navigate to the "Projects" section
- Navigate to the "Skills" section
- Navigate to the "Contact" section
Click the appropriate link to see the desired information or scroll through the website.
index.html:
Main application entry pointstyle.css:
Handles the visual styling of the applicationimages/:
A folder containing all the images displayed in the application
- This project was built for the Chegg Skill's software engineering program
- This project gave me insight on how to use Bootstrap and classes in conjunjunction with properly nested HTML elements to quickly build professional, responsive websites