Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.47 KB

Task Manager

Task Manager is a simple web-based application for managing your tasks and to-do lists. It allows you to create, edit, mark as completed, and delete tasks. You can also set due dates and times for your tasks to keep track of your schedule.

Task Manager Screenshot

Features

  • Create and manage tasks
  • Set due dates and times
  • Mark tasks as completed
  • Edit existing tasks
  • Delete tasks
  • Simple and user-friendly interface

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Web browser (e.g., Chrome, Firefox, Safari)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/onlyGlapor/TaskManager.git
    

Usage

  1. Open the index.html file in your web browser.
  2. Add tasks by entering a task description, date, and time.
  3. Click the "Add Task" button to add a new task to your list.
  4. Mark tasks as completed by checking the checkbox next to each task.
  5. Edit tasks by clicking the "Edit" button and making changes.
  6. Delete tasks by clicking the "Delete" button.
  7. Enjoy task management with Task Manager!

License

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

Acknowledgments

This project was created as a beginner's project for practicing web development skills.