taskmanager

Taskmanager

This was my first attempt at combining MySQL and PHP to create a simple “To-do list” web project.
You can access the webpage Here

Getting Started

Step One
- Ensure your device has access to a server which supports PHP scripts (WAMP, XAMP, etc).
Step Two
-Ensure the aforementioned server is running (In WAMP, the server icon should be displayed as green).
Step Three
- Click on this link: to access the "To-do list" project.
Step Four
-Enter your desired task and task information into the entry fields provided:
  • Task Name
  • Task Description
  • Due-date/Deadline
  • .
    Step Five
    - Click the "Save" button to store/save your task.
    Step Six
    - Click the "Edit" button to edit your task name or description.
    Step Seven
    - Click the "Delete" button to delete your task.

    Built With

    Contributing

    Credit must be given to Codewithawa for their tutorial on CRUD with Mysql and PHP.

    Authors

    License

    This project is licensed under the MIT License - see the LICENSE.md file for details

    Acknowledgments