/My-Portfolio

This is my personal portfolio

Primary LanguageCSS

My Portfolio

Project Description

This is a project that describes my tech skills in web development. The goal of this project is to demonstrate my React and SASS skill, as well as the ability to write maintainable and reusable codes.

Project Demo

Project Demo

Project Commands

To edit the project:

  • Note: If plan to rebuild the public folder, make sure the file index.html and favicon.ico do not get deleted.

  • Open a terminal and run the command npm run dev-all to watch the changes. Also, unhighlight the line import './css/icon-fonts.css'; in the file index.js. Then make all the necessary changes with the js and scss files. When done, run the command npm run build:css to build the compressed css file. Go back to index.js and code out the line import './css/icon-fonts.css';. At the end, run npm run build.

  • git add and push everything to Github. Then run the commit add and npm run deploy in terminal.

  • If webpage does not load, go to Setting in the Github portfolio repo. Then click Pages to verify the custom domain is correct. If not, enter kintatlay.com on custom domain and save.