Welcome to Blitz! This React-based website provides details about a three-day intensive webinar designed for SEO specialists and enthusiasts who want to leverage data science for better SEO insights.
- React.js - Frontend framework
- React Router - For navigation
- Tailwind CSS - For styling
- React Hook Form - For form handling
✅ Course Details & Schedule
✅ Curator Profiles
✅ Registration Form with Validation
✅ Testimonials & Reviews
✅ SEO-Focused Content
blitz-seo-course/
│── public/ # Static assets
│── src/ # Main source code
│ ├── components/ # Reusable components
│ ├── pages/ # Page components
│ ├── assets/ # Images & icons
│ ├── App.js # Main App component
│ ├── index.js # Entry point
│── .gitignore
│── package.json
│── README.md
git clone https://github.com/abhishekgurjar-in/blitz.git
cd blitz
npm install
npm start
This will launch the app at http://localhost:3000/
.
To deploy the project on Vercel, Netlify, or GitHub Pages, use:
npm run build
Then upload the build/
directory to your hosting provider.
Feel free to fork the repository and submit a pull request!
This project is licensed under the MIT License.
Abhishek Gurjar is a dedicated web developer passionate about creating practical and functional web applications. Check out more of his projects on GitHub.