This is a simple task management website built using HTML, CSS, and JavaScript. It allows you to add tasks, mark them as completed, edit task details, and delete tasks.
- Add tasks with a description and deadline
- Mark tasks as completed
- Edit task details
- Delete tasks
- Clone the repository or download the project files.
- Open the
index.html
file in your web browser. - Start managing your tasks!
index.html
: The main HTML file that contains the structure and content of the website.styles.css
: The CSS file that defines the styles and layout of the website.script.js
: The JavaScript file that handles the interactivity and functionality of the website.
- Colors: You can customize the colors used in the website by modifying the color codes in the
styles.css
file. - Layout: To modify the layout or structure of the website, you can edit the HTML structure in the
index.html
file. - Functionality: If you need to add more features or customize the functionality, you can make changes to the JavaScript code in the
script.js
file.
This website is compatible with modern web browsers such as Chrome, Firefox, and Safari.
This project is licensed under the MIT License.
Feel free to use, modify, and distribute this code as needed.