Portfolio (Reactjs, JSON, EmailJS)
Description
- 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.
Deployed at
Setup/Installation Requirements
Install Dependencies
npm install
Run React Development Server
npm run start
To Build for Production
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
How It Was Built
Create React App
npx create-react-app
npm i emailjs-com --save
Dependencies
- EmailJS
- React Typewriter
src folder structure
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
Credits
Original Idea
Inspiration
License and Copyright Information.
See my MIT LICENSE for details.