AlphonseRDSouza / portfolio-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview:

  • useState hook

  • React Icons:

  • Modern and responsive design with css3

  • Multiple contact options(Email, Messenger and WhatsApp): EmailJs

  • Create Carousels/Slides with SwiperJS[Todo]

  • Deploy your website. Deploy To Netlify

Sections:

  • Home
  • About me
  • Experience
  • Testimonial[Todo]
  • Contact me

How to deploy:

1. Github pages:

Tutorials:
Package.json
Add:
   "homepage": "https://{github_username}.github.io/{github_appname}"
   
   "homepage": "https://AlphonseRDSouza.github.io/portfolio-react"

npm install gh-pages — save-dev

"scripts": {
    "predeploy": "npm run build",
    "deloy": "gh-pages -d build"
  },

Tutorial:

About


Languages

Language:JavaScript 61.1%Language:CSS 38.0%Language:HTML 0.9%