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.
- Laravel API
- Overview data passed via Inertia
- Vue 3 search bar and results
- Laravel 11
- Inertia.js
- Vue 3
- New York Times API
-
Install PHP dependencies
composer install
-
Install JavaScript dependencies
npm install
-
Compile assets
npm run dev