Skip to content

adam-martinez/books-vue

Repository files navigation

Laravel Inertia Vue 3 Example Project

This project demonstrates the integration of Laravel with Inertia.js and Vue 3. It allows the user to search for a New York Times Best Seller list and then display the current books in that list. It was assigned to me as a tech assessment.

🚀 Features

  • Laravel API
  • Overview data passed via Inertia
  • Vue 3 search bar and results

🛠 Technologies

  • Laravel 11
  • Inertia.js
  • Vue 3
  • New York Times API

🔧 Installation

  1. Install PHP dependencies

    composer install
    
  2. Install JavaScript dependencies

    npm install
    
  3. Compile assets

    npm run dev
    

About

Example Laravel Vue Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published