srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.7k stars 1.85k forks source link

Testing reflex app #198

Closed Devasy23 closed 8 months ago

Devasy23 commented 8 months ago

Pull Request Title

Initialized Reflex App and Added Core Functionalities

Related Issue

None

Description

This pull request initializes the Reflex app and adds core functionalities to it. The changes made in this PR include:

  1. Initialized a Reflex app, including all related files required for the app.
  2. Added functionality for users to progress through the app, including selecting a resume and viewing annotated text.
  3. Addressed an issue related to annotated text rendering and implemented an initial fix.

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

image

How to Test

Please follow these steps to test the changes made in this pull request:

  1. Clone this branch.
  2. Run the Reflex app.
    pip install reflex
    reflex run   (for normal run)
    reflex run --env dev  (for development runs)
  3. Progress through the app, selecting a resume and viewing annotated text.

Checklist

Additional Information

Feel free to provide any additional information about the pull request if needed.

srbhr commented 8 months ago

Looks good 👍