A web application centered around the idea of an all-in-one classroom management with gamification elements in learning activities. Built with Vue.js, TailwindCSS, and Laravel.
cd laravel-backend
composer i
php artisan serve
cd vue-frontend
npm i
npm run dev # for development server
npm run build # to build for production