https://github.com/codewithdinesh/autofill
Fill Form automatically by resume
https://github.com/codewithdinesh/autofill
Last synced: 3 months ago
JSON representation
Fill Form automatically by resume
- Host: GitHub
- URL: https://github.com/codewithdinesh/autofill
- Owner: codewithdinesh
- Created: 2024-03-07T19:53:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T20:53:18.000Z (over 1 year ago)
- Last Synced: 2024-04-26T00:18:54.081Z (about 1 year ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
- `clone` this repository
1. Backend
- `cd backend`
- `npm install` to install all dependancies
- start server by `npm start`2. Frontend
- `cd autofill`
- `npm install` to install all dependancies
- `npm run dev` to start frontend server# ScreenShots
https://github.com/codewithdinesh/autofill/assets/72983957/06697cdc-3294-418d-9db9-e3450831dd34


# References
- https://stackoverflow.com/questions/76263323/how-to-extract-content-of-pdf-in-react-js
- https://medium.com/@shuvodeb127/pdf-text-extract-node-js-react-js-e89a8c1f9952
- https://www.robinwieruch.de/vite-eslint/