Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 757 Bytes

File metadata and controls

22 lines (12 loc) · 757 Bytes

Description

React web application that allows detecting matches words from a PDF file and Excel spreadsheet by only uploading these 2 files instead of manually searching via CTRL + F.

This app is using PHP as the backend for files handling.

How To Use it

You can get the matches by including the targeted PDF that file contains the globale text you want to search over, and also an Excel file containing the keywords that is meant to be searched for in a condition that the first column contains those keywords target. Note: The search is case insensitive.

Run The App Locally:

You can use this app locally by clonning this repository and run the following commands:

  • Install dependencies:

    npm i

  • 2 Run the app:

    npm run dev