1hanzla100 / developer-portfolio

Software Developer Portfolio Template built with react.js and next.js bootstrap that helps you showcase your work and skills as a software developer.
https://developer-portfolio-1hanzla100.vercel.app/
Apache License 2.0
692 stars 445 forks source link

added an EmailJS template that is fairly easy to use #30

Closed BrendanGlancy closed 1 year ago

BrendanGlancy commented 1 year ago

image

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
developer-portfolio ✅ Ready (Inspect) Visit Preview Nov 22, 2022 at 8:54AM (UTC)
1hanzla100 commented 1 year ago

@BrendanGlancy Need few improvements

  1. onsubmit it should not reload page
  2. it should not show native browser alert. you can try some popup alert
  3. replace server info with env variables
  4. move this section to end of page (2nd last section).
  5. in portfolio.js add option to hide/show contact form.
BrendanGlancy commented 1 year ago

Okay, I will work on that in the coming days; thanks for the feedback. Would you like me to add a section in the readme about how to add the .env variables?

BrendanGlancy commented 1 year ago

@1hanzla100 I believe these are the changes you requested let me know if there's anything else.

Success Alert

Screenshot from 2022-11-22 03-50-20

Error Alert

image

1hanzla100 commented 1 year ago

@BrendanGlancy I will Test it out and merge it to master after testing