Portfolio
Updated my portfolio: added a form for sending messages directly to email + deployed the site on Vercel!
I continue to improve my portfolio site as a Frontend Developer, added an "Accordion" section with smooth animation to the About Me section.
This time I implemented a full-fledged contact form that includes:
- Name
- Email
- Message
- Button "Send me a message"
The data from the form is sent to my email using Emailjs, and the user sees a pleasant message via iziToast.
What's under the hood:
HTML / CSS / JS;
Emailjs;
Nodemailer for sending emails;
dotenv;
iziToast for UI notifications;
Vercel as the hosting platform;
I continue to improve my portfolio site as a Frontend Developer, added an "Accordion" section with smooth animation to the About Me section.
This time I implemented a full-fledged contact form that includes:
- Name
- Message
- Button "Send me a message"
The data from the form is sent to my email using Emailjs, and the user sees a pleasant message via iziToast.
What's under the hood:
HTML / CSS / JS;
Emailjs;
Nodemailer for sending emails;
dotenv;
iziToast for UI notifications;
Vercel as the hosting platform;