Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.45 KB

File metadata and controls

55 lines (38 loc) · 1.45 KB

Taskly

Taskly is a simple To-Do List web application to help you manage and organize your tasks efficiently.

Table of Contents

Description

Taskly allows you to create, view, update, mark as completed, and delete tasks.
It’s a lightweight and easy-to-use web application for personal or professional task management.

Features

  • Add new tasks
  • View all tasks
  • Update tasks
  • Mark tasks as completed
  • Delete tasks

Requirements

  • Web server (Apache, Nginx, or any server capable of running PHP)
  • PHP
  • MySQL or MariaDB
  • Browser (Chrome, Firefox, Edge, etc.)

Installation

  1. Clone the repository:
    git clone https://github.com/AnthonyVoirol/taskly.git
    cd taskly
    
  2. Create a database of your choice and import taskly.sql from the templateSQL folder.
  3. Configure the database connection in your project (e.g., in dbConfig.php).
  4. Launch the project using any setup that can serve PHP (Apache, Nginx, XAMPP, MAMP, etc.).

The setup is flexible — you can choose any environment you prefer to run a PHP web application.

Usage

  • Open the web application in your browser.
  • Add, update, mark as completed, or delete tasks.
  • All tasks are stored in your database.

License

This project is licensed under the MIT License.