Free Resume Scanner is open source-- feel free to clone the code and change it as you like but please do keep the license present.
We use Plausible for data analytics, which collects no user data.
We don't collect any of your resume data whenever you submit it to our backend lambda
We hope that Free Resume Scanner helps you both for your resume and as a dev for a starting framework for building web apps with blog components (SEO) to bring your ideas to the web--without going broke.
Clone the repository and run hugo serve
this will start a server on localhost:1313
with hot reload so that each time
a file is changed the website is refreshed with the latest changes.
Update the static/css/style.css
this contains most of the code used to style the website.
There is a suboptimal import of bootstrap 5 in the index.html
file so you can use Bootstrap to further style the app
page of the site. However, it is preferred to keep the app page simple.
Once the changes have been made then open a PR and someone from the project will review it to make sure nothing breaks.