Taskly is a simple To-Do List web application to help you manage and organize your tasks efficiently.
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.
- Add new tasks
- View all tasks
- Update tasks
- Mark tasks as completed
- Delete tasks
- Web server (Apache, Nginx, or any server capable of running PHP)
- PHP
- MySQL or MariaDB
- Browser (Chrome, Firefox, Edge, etc.)
- Clone the repository:
git clone https://github.com/AnthonyVoirol/taskly.git cd taskly - Create a database of your choice and import taskly.sql from the templateSQL folder.
- Configure the database connection in your project (e.g., in
dbConfig.php). - 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.
- Open the web application in your browser.
- Add, update, mark as completed, or delete tasks.
- All tasks are stored in your database.
This project is licensed under the MIT License.