https://github.com/vero-code/task-master
https://github.com/vero-code/task-master
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vero-code/task-master
- Owner: vero-code
- Created: 2023-08-13T16:48:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:24:48.000Z (over 2 years ago)
- Last Synced: 2025-04-03T20:33:24.886Z (12 months ago)
- Language: PHP
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Master
Web application for task management. The design pattern is MVC (Model-View-Controller).

## Technologies
- PHP 8.2
- MySQL 8.0.34
- Bootstrap v5.3.1, CSS, JavaScript
## Possibilities
- Database connection
- CRUD operations (create, read, update, delete)
- Automatic date
### Advanced Features
- Filter tasks by status
- Search for specific tasks
- Sort tasks by their creation date
- Mark tasks as completed
## Usage
To start managing your tasks, you need to set up the run configuration in the IDE and start the server.
The site will be accessible at `http://localhost:8000` in your browser.
The development used the built-in PhpStorm server, so to run on Apache or nginx, create a .htaccess file.