Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.26 KB

Matrimonial Website Project

Overview

This project is a Matrimonial Website designed to connect individuals looking for life partners. It is built using a combination of HTML, JavaScript, CSS, PHP, and MySQL database. Xampp is used as the local server to run the project.

Features

  • User Registration: Users can create an account by providing their details.
  • User Authentication: Registered users can log in to their accounts.
  • Profile Creation: Users can create and manage their profiles with personal information, photos, and preferences.
  • Search Filters: Users can search for potential matches based on criteria like age, location, religion, annual income, caste, country etc.
  • Matching Algorithm: The system provides match suggestions based on user preferences.
  • Admin Panel: Admin can manage user accounts, delete a particular user, view users' feedback.
  • User Feedback: Users can also provide their feedback.

Technologies Used

  • HTML: Used for structuring the website.
  • CSS: Used for styling and layout.
  • JavaScript: Used for client-side scripting and interactivity.
  • PHP: Used for server-side scripting and handling form submissions.
  • MySQL: Used for database management and storage of user information.
  • Xampp: Used as a local server to run the project.