- This is the repository that holds the source code of my portfolio. It has my resume, links to other types of portfolios and my contact. It has been developed using Reactjs and EmailJS.
npm install
npm run start
npm run build
Know how to host at heroku.com - https://dev.to/destrodevshow/how-to-deploy-react-app-to-heroku-in-5-minutes-3dni
heroku login
git add . && git commit -m"your commit message" && git push heroku master
npx create-react-app
npm i emailjs-com --save
- EmailJS
- React Typewriter
src/
Components/
About.js
Contact.js
Footer.js
Header.js
Portfolio.js
Resume.js
Testimonials.js
App.css
App.js
index.css
index.js
registerServiceWorker.js
See my MIT LICENSE for details.