Welcome to the To-Do List Application, a simple and efficient task management tool built using the Slim framework and PHP. This application allows you to organize and manage your daily tasks, offering a range of features to help you stay productive.
Add Tasks: create new tasks to keep track of which are added to your to-do list.
Edit Tasks: update task details easily.
Mark Tasks as Complete: mark tasks as completed. This allows you to differentiate between pending and completed tasks.
View Completed Tasks: access a section to view all tasks you've marked as complete.
Delete Tasks: remove completed tasks that are no longer relevant.
Clone the Repository: git clone git@github.com:tking42/toDoApp.git
Install Dependencies: after cloning, navigate to the project folder and install the required Slim framework components - composer install.
Run the Application: to run the application locally, use the following command - composer start.
Access the Application: once the application is running, you can access it by navigating to http://0.0.0.0:8080 in your web browser.