This project is a web application for an IT agency, offering services such as web development, app development, SEO optimization, and more. The application includes features like user registration, login functionality, and a newsletter subscription system.
- Index.html: The main landing page for the IT agency website, showcasing sections like About Us, Services, Testimonials, and Newsletter.
- Login.html: Login page where users can authenticate using their credentials.
- Register.html: Registration page for new users to create an account.
- PHP Backend:
- Handles functionalities like database connections, user registration, login, and newsletter subscriptions.
- Database:
users
table to store user details.newsletters
table to store newsletter subscriptions.
-
User Registration:
- Users can register with their details, including name, email, phone number, and password.
- A unique
Customer ID
is generated dynamically.
-
Login System:
- Users can log in using their email and password.
- Validations ensure the data integrity.
-
Newsletter Subscription:
- Users can subscribe to the newsletter by providing their email address.
-
Responsive Design:
- The website is built using Bootstrap to ensure a responsive and visually appealing design.
-
Database Integration:
- All data is securely stored and managed in a MySQL database.
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP
- Database: MySQL
- Version Control: Git and GitHub
- Clone the repository:
git clone https://github.com/mrMehulbhargav/IT-Agency.git
- Set up a local server using XAMPP or WAMP.
- Import the SQL file to your database management system.
- Update database connection details in
db.php
.
- Homepage: A welcoming section with a call-to-action.
- Registration Page: Form for user registration.
- Login Page: Secure login form.
- Newsletter Section: Subscribe and stay updated with the latest trends.
For any queries or suggestions, feel free to reach out:
- Name: Mehul Bhargav
- Email: mehulbhargav.div@gmail.com
- Phone: +1 (647) 641-0470
- LinkedIn: https://www.linkedin.com/in/mrmehulbhargav
- GitHub: https://github.com/mrMehulbhargav
Thank you for visiting this repository!