A web application where you can view, manage and compare all your job applications in an organized and centralized manner. Users will be able to apply rankings to interested jobs based on, for example, distance from home, salary, benefits etc.
composer install
npm install
cp .env.example .env
php artisan key:generate
npm run dev
npm run watch