Skip to content

dayeeen/tasktify

Repository files navigation

Tasktify

graphic

Description

Tasktify is a Laravel-based task management web application designed to help students increase productivity. With features like progress tracking, deadline reminders, and daily motivational quotes, Tasktify makes it easier to manage assignments, projects, and study schedules—keeping students organized and focused.

Key Features

✅ Create and manage tasks easily

✅ Task categorization (Pending, In Progress, Completed)

✅ Interactive task progress charts

✅ Deadline setting and automatic reminders

✅ Daily motivational quotes

✅ Productivity reports and analytics

Tech Stack

Installation

Clone my repo

  git clone https://github.com/dayeeen/tasktify.git
  cd tasktify

Install dependencies

composer install
npm install
npm run dev

Configure the .env file

cp .env.example .env
php artisan key:generate

Setup the database

  • Create a new database in MySQL
  • Update your .env with database credentials
php artisan migrate
php artisan db:seed (if seeder available)

Run it on your local server

php artisan serve

About

Tugas UAS Teori Web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published