This project objective is to build a video game app that pulls data from the IGDB API and displays game information such as popular titles, coming soon, videos, and screenshots. To explore a variety of features with Laravel and other technologies, including the HTTP client, Tailwind CSS, Livewire.
- Clone the repo and
cd
into it composer install
npm install
npm run dev
- Rename or copy
.env.example
file to.env
- Set your
IGDB_KEY
in your.env
file. You can get an API key here. php artisan key:generate
php artisan serve
or use Laravel Valet or Laravel Homestead- Visit
localhost:8000
in your browser