Simple Landing page Template
This project is for personal landing pages. Its a single page app utilizing React+Vite and tailwind.
Features
- Fully responsive navbar
 - Easily customizable design
 - Scroll navigation powered by react-scroll
 - Text animation powered by react-type-animation
 - EmailJS for contact form and google recaptcha to prevent spam.
 
Deployment
Clone the project. Store emailJS and google recaptcha public keys in env file.
#These are safe to share as public keys
VITE_EMAILJS_SERVICE_ID="service_0ymu7xf"
VITE_EMAILJS_TEMPLATE_ID="template_w40jtpo"
VITE_EMAILJS_PUBLIC_KEY="E4VhGCQod9t2k5o2M"
VITE_RECAPTCHA_PUBLIC_KEY="6Lc1VgYpAAAAACu1Ns3qy1vjFOW4BBvby2VQs2KO"Project hosted by github pages and can be visited here






