Developing a Web Application Frontend with Application Tracker System #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description:
This issue is aimed at beginners who want to gain experience in web development. The task involves creating a frontend for the "Application Tracker System" project, which includes features for users to upload job descriptions and their resumes. The frontend should then calculate a similarity score between the uploaded documents, helping users identify suitable job opportunities.
Background:
The "Application Tracker System" project lacks a backend but enables users to upload job descriptions and resumes. The goal is to enhance the user experience by providing a web-based frontend that enables document uploading and similarity score calculation. The similarity score will help users determine the relevance of their application to a specific job opportunity.
Task:
Your task is to develop a web application frontend for the "Application Tracker System" project. The frontend should incorporate the following functionalities:
Document Upload: Allow users to upload their resumes and job descriptions directly through the web interface. Implement a user-friendly file upload mechanism.
Similarity Score Calculation: Use the existing Python code to calculate the similarity score.
Display Results: Display the calculated similarity score to the user in a clear and understandable manner, such as a percentage or a numerical value.
Styling and Responsiveness: Ensure the frontend design is visually appealing and responsive, making it accessible and usable across various devices and screen sizes.
For more Info: Checkout https://github.com/AdvantageCommunity/Application-Tracker-System/blob/main/CONTRIBUTION.md
The text was updated successfully, but these errors were encountered: