Skip to content

Commit 05677ba

Browse files
Merge pull request #17 from HRITVIK25/new_branch
created a contact component with animated image using emailJs and Rea…
2 parents f0e2506 + a807792 commit 05677ba

File tree

7 files changed

+217
-105
lines changed

7 files changed

+217
-105
lines changed

client/package-lock.json

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

client/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@emailjs/browser": "^4.4.1",
1314
"@fortawesome/fontawesome-free": "^6.6.0",
1415
"@heroicons/react": "^2.1.5",
1516
"mdb-react-ui-kit": "^9.0.0",
@@ -20,14 +21,14 @@
2021
"@types/react": "^18.3.3",
2122
"@types/react-dom": "^18.3.0",
2223
"@vitejs/plugin-react": "^4.3.1",
23-
"autoprefixer": "^10.4.19",
24+
"autoprefixer": "^10.4.20",
2425
"daisyui": "^4.12.10",
2526
"eslint": "^8.57.0",
2627
"eslint-plugin-react": "^7.34.3",
2728
"eslint-plugin-react-hooks": "^4.6.2",
2829
"eslint-plugin-react-refresh": "^0.4.7",
29-
"postcss": "^8.4.40",
30-
"tailwindcss": "^3.4.7",
30+
"postcss": "^8.4.47",
31+
"tailwindcss": "^3.4.13",
3132
"vite": "^5.3.4"
3233
}
3334
}

client/src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import SignUp from "./components/SignUp";
66
import Login from "./components/Login";
77
import Header from "./components/Header";
88
import Register from "./components/Register";
9+
import Contact from "./components/Contact"
910
// import Profile from "./components/Profile";
1011

1112
export default function App() {
@@ -31,6 +32,7 @@ export default function App() {
3132
{/* <SignUp/> */}
3233
{/* <Login /> */}
3334
{/* <Profile/> */}
35+
<Contact />
3436
<Footer />
3537
</div>
3638
</>

client/src/assets/avatar.svg

Lines changed: 1 addition & 0 deletions
Loading

client/src/assets/unlock.svg

Lines changed: 1 addition & 0 deletions
Loading

client/src/assets/wave.png

20 KB
Loading

0 commit comments

Comments
 (0)