This project is my personal portfolio website designed to showcase my skills and projects in application development (both web dev and mobile dev). It highlights my projects, work experience, and personal developments as a software engineer. This project is built on top of the template from BootstrapMade and added customizations to my preference.
- Introduces the viewer to the website with a brief bio and a professional photo
- Detailed descriptions of various projects, including technologies used and links to live sites or GitHub repositories
- A downloadable link to my latest resume in PDF format
- Allows visitors to send messages directly through the website
- Clone the repository
git clone https://github.com/kaungmyathtaywin/portfolio.git
cd portfolio
- Open the
index.html
file in your browser. Optionally, you can set up a local server using Python:
python -m http.server
The application should be running at http://localhost:8000
in your browser.
This site is deployed on GitHub Pages. You can view it live at https://kaungmyathtaywin.com
.
This project is licensed under the MIT license. See LICENSE.txt for more information.