An open API service indexing awesome lists of open source software.

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

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

![image](https://github.com/codewithdinesh/autofill/assets/72983957/301915c2-a9de-4693-a076-82e623191d8f)
![image](https://github.com/codewithdinesh/autofill/assets/72983957/114b2bb8-992e-435b-8448-aa203e37d634)
![image](https://github.com/codewithdinesh/autofill/assets/72983957/e288418e-bd62-454b-83ce-893098e682d7)

# 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/