Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding a contact form contribution #244

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@

## TL;DR

You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to [Soumyajit4419](https://github.com/soumyajit4419/Portfolio). Thanks!
This portfolio was made by forking Soumyajit4419's github repository. Credits and thank you to him! (https://github.com/soumyajit4419/Portfolio).

## Built With

My personal portfolio <a href="https://soumyajit.vercel.app/" target="_blank">soumyajit.tech</a> which features some of my github projects as well as my resume and technical skills.<br/>

This project was built using these technologies.

- React.js
Expand Down Expand Up @@ -72,5 +70,3 @@ You will find all the components used and you can edit your information accordin
### Show your support

Give a ⭐ if you like this website!

<a href="https://www.buymeacoffee.com/soumyajit4419" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" height= "60px" width= "217px" ></a>
10 changes: 10 additions & 0 deletions backend/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require('dotenv').config({ path: '../.env' });

module.exports = {
EMAIL: process.env.EMAIL_USER, // Get email from .env
PASSWORD: process.env.EMAIL_PASS, // Get password from .env
HOST: 'smtp.gmail.com',
MAILPORT: 587,
YOURNAME: 'Hafeefa Sultan',
MESSAGE: "Thank you for sending me a message, I'll be sure to get to it as soon as I can :)"
};
1 change: 1 addition & 0 deletions backend/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading