Skip to content

Commit c396c51

Browse files
committed
contact form functionality with fromspree added
1 parent 08f7de2 commit c396c51

File tree

4 files changed

+234
-43
lines changed

4 files changed

+234
-43
lines changed

package-lock.json

Lines changed: 180 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"-": "^0.0.1",
88
"@emotion/react": "^11.9.3",
99
"@emotion/styled": "^11.9.3",
10+
"@formspree/react": "^2.3.0",
1011
"@mui/icons-material": "^5.8.4",
1112
"@mui/material": "^5.9.1",
1213
"@testing-library/jest-dom": "^5.16.4",

src/config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const config = {
1717
GITHUB_URL: 'https://github.com/kunalkeshan/SRMIST-B.Tech-ECE-Notes-2022-24',
1818
CONTRIBUTORS_URL: `https://api.github.com/repos/kunalkeshan/SRMIST-B.Tech-ECE-Notes-2022-24/contributors?client_id=${CLIENT_ID}&client_secret=${CLIENT_SECRET}`,
1919
GA_TRACKING_ID: 'G-4FNHZ2Y1KD',
20+
FORMSPREEE_CONTACT_FORM_ID: 'xoqrgzkz',
2021
APP_COLORS,
2122
CONTACT: {
2223
email: 'kunalkeshan12@gmail.com',

0 commit comments

Comments
 (0)