/trisha-aguinaldo

My website was created using React and is hosted on Heroku.

Primary LanguageJavaScript

Trisha's Portfolio

Tech Stack

  • Vert quick frontend only portfolio website using JavaScript
  • Used create-react-app and React Hooks
  • Plain old CSS
  • Deployed using Heroku and Google Domains

Dev Instructions

  • Clone repo git clone https://github.com/kronicle114/trisha-aguinaldo.git
  • Install dependencies npm install
  • Run npm start

Notable Updates

  • Added serviceWorker to handle caching / chunking issues after deployment pwa.
yarn build
serve -s build

To-dos

  • Migrate to MongoDB
  • Then build blog section

Deployment Instructions

  • Check that you are logged into heroku heroku login
  • Check that you have the correct git remotes set up: here
  • git add -A; git commit -m "deploy"; git push heroku master;