Portfolio
Welcome to my portfolio website! This site showcases my projects, skills, and contact information in a sleek and minimalistic design. Built with modern web technologies, it offers an interactive and responsive user experience. Please find my portfolio website through the link: https://kahmeng-portfolio.netlify.app/
- Responsive Design: Ensures compatibility across various devices and screen sizes.
- Interactive UI: Engaging user interface with smooth animations and transitions.
- Project Showcase: Highlights my projects with detailed descriptions and live previews.
- Skill Display: Demonstrates my technical skills in a visually appealing manner.
- Contact Form: Provides a way for visitors to get in touch with me.
- React: For building a dynamic and responsive user interface.
- Tailwind CSS: For utility-first CSS styling and custom design.
- Material-UI: For pre-designed React components that follow Material Design guidelines.
- JavaScript (ES6+): For interactive and functional web features.
- HTML5: For structuring the content of the website.
- CSS3: For additional styling and layout adjustments.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/your-portfolio.git
- Navigate to the project directory:
cd your-portfolio - Install the dependencies:
npm install
After installing the dependencies, you can start the development server:
npm start