This is a portfolio website built using ReactJS, Firebase, Tailwind, and EmailJS.
Hosted on: https://tunkstun.web.app
- ReactJS 🚀
- Firebase 🔥
- Tailwind CSS 🎨
- EmailJS 📧
- Create a Firebase project in the Firebase console.
- In your project settings, add a new web app.
- Copy the Firebase configuration object provided.
- In your React app, install the Firebase SDK using
npm install firebase
. - Import Firebase in your React components where needed and initialize it with the configuration object.
- You are now ready to use Firebase services in your React app!
- Create an account on EmailJS and log in.
- Create a new email template for the contact form.
- In your React app, install EmailJS using
npm install emailjs-com
. - Import EmailJS in your React components where needed.
- Set up your EmailJS credentials in your React component using the
emailjs.init()
method. - Use the
emailjs.send()
method to send emails from your contact form.
# Install Firebase CLI
npm install -g firebase-tools
# Login to Firebase
firebase login
# Initialize Firebase hosting
firebase init hosting
# Follow the prompts and configure your hosting settings
Give a ⭐ if you found this project interesting 🧡