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.
- Create and manage tasks
- Set due dates and times
- Mark tasks as completed
- Edit existing tasks
- Delete tasks
- Simple and user-friendly interface
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- Web browser (e.g., Chrome, Firefox, Safari)
-
Clone the repository to your local machine:
git clone https://github.com/onlyGlapor/TaskManager.git
- Open the
index.html
file in your web browser. - Add tasks by entering a task description, date, and time.
- Click the "Add Task" button to add a new task to your list.
- Mark tasks as completed by checking the checkbox next to each task.
- Edit tasks by clicking the "Edit" button and making changes.
- Delete tasks by clicking the "Delete" button.
- Enjoy task management with Task Manager!
This project is licensed under the MIT License - see the LICENSE file for details.
This project was created as a beginner's project for practicing web development skills.