A resume website to showcase brief details about the author, Ryan Lacey.
Available here: https://ryanlacey.ie/
JavaScript
Vue.js
Connects to an endpoint from the personal_project_backends repository.
This endpoint is hosted at https://resume-website-backend-193de0e3770e.herokuapp.com/api/verify-recaptcha.
The endpoint processes a recaptcha request made using Axios from this front-end, passes it to Google Cloud Tools to verify the request is human, protecting sensitive contact information.
npm install
npm run serve
npm run build
npm run lint