Rating App with Laravel Breeze, Tailwind CSS, Laravel Livewire

In this project we build a rating component using Laravel Livewire. You can click on the stars to give your rating, and both your rating and the average rating of all users is updated and displayed. The application hosting the rating component is a regular Laravel application that uses Breeze for authentication. I’m using Tailwind CSS for styling.

How to use

Code for Rating App

  • Clone the repository with git clone
  • Copy .env.example file to .env
  • Edit database credentials in .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run npm install
  • Run npm run dev
  • Run php artisan serve (if you want to use other port add --port=90)

License

Feel free to use and re-use any way you want.

More