Github for our Algorithms and Data Structures group project.
Job-Swipe is a platform for students to discover and apply for internships. It uses a matching algorithm to connect students with relevant job opportunities.
Classes: The application features Student, Recruiter, and Job classes, each encapsulating relevant attributes and methods.
Encapsulation: Attributes like username, email, and hashed_password are encapsulated within classes.
***Functionality: Functions such as get_unique_values and sign_up demonstrate the use of OOP to organize functionality.
Implementation: The selection sort algorithm is used for organizing data.
pip install r- requirements.txt
streamlit run main.py