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.
To edit the project:
-
Note: If plan to rebuild the public folder, make sure the file
index.html
andfavicon.ico
do not get deleted. -
Open a terminal and run the command
npm run dev-all
to watch the changes. Also, unhighlight the lineimport './css/icon-fonts.css';
in the fileindex.js
. Then make all the necessary changes with the js and scss files. When done, run the commandnpm run build:css
to build the compressed css file. Go back toindex.js
and code out the lineimport './css/icon-fonts.css';
. At the end, runnpm 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 clickPages
to verify the custom domain is correct. If not, enterkintatlay.com
on custom domain and save.