smokey18 / personal-task-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Task Manager

Description

This is a personal task manager made with Laravel and Vue. It has a CRUD system that allows you to create, edit, and delete tasks. It has a search bar and filter by status to help you find the task you are looking for. It also has an authentication system that allows you to register and login to your account.

Table of Contents


Installation

To install any left laravel dependencies, run the following command:

composer install

OR

composer update

To install any left vue dependencies, run the following command:

npm i

OR

npm install

Usage

First start your server whether it's laragon or xampp.

Then run the following command to start the vue compiler:

npm start

OR

npm run watch

Then go to your browser and type ip on which app started and you should see the app.


Questions

If you have any questions about the repo, open an issue. You can find more of my work at smokey18.


About


Languages

Language:PHP 56.0%Language:Vue 30.2%Language:Blade 12.9%Language:JavaScript 0.8%Language:CSS 0.0%