dipherent's avatar

Resume Builder with Laravel and Inertia - Need advice or Resources

Dear all,

I am working on a Resume Builder using Laravel and Inertia. I would highly appreciate it if you could point me to the right direction to learn from other resources.

Is there an open-source code that I can look at or start with?

Have you seen a similar online product built with Laravel and Inertia?

Any resources or advice is highly appreciated.

Thanks

0 likes
3 replies
drehimself's avatar
Level 35

I'm assuming you've already gone through the Inertia series here on Laracasts: https://laracasts.com/series/build-modern-laravel-apps-using-inertia-js

The demo application on the Inertia site has CRUD functionality and makes use of most of Inertia's features: https://inertiajs.com/demo-application. I highly recommend getting it working on your local machine, then playing around with the code to see how things work. Perhaps even re-creating some of it from scratch will help you better understand Inertia.

Inertia uses either Vue, React, or Svelte on the frontend. Use whatever you're most comfortable with. If you still need to brush up on these frameworks you can check out:

Have you seen a similar online product built with Laravel and Inertia?

Laracasts is built on Inertia + Vue.

2 likes
dipherent's avatar

@drehimself Thanks a lot for you answer. Yes I finished the series and I actually was planning to re-build the demo app to enforce what I learned.

If I proceed with trying to build the CV builder, I will share the results back here.

Thanks again

nyawach's avatar

@drehimself, how are you? May you please explain how the logic works. How do websites like Zety or resume.io achieve online resume-building functionality?

Please or to participate in this conversation.