| File | Date | Author | Commit |
|---|---|---|---|
| READme.md | 4 days ago |
|
[5a1d0b] Updated Changes |
| index.html | 4 days ago |
|
[8de334] Initial commit |
| script.js | 4 days ago |
|
[8de334] Initial commit |
The Task Manager is a simple web-based application designed to help users manage their daily tasks efficiently. It allows users to add tasks, view them in a list, and remove tasks when completed.
This project demonstrates basic concepts of web development and version control using platforms like Bitbucket and SourceForge.
task-manager/
โ
โโโ index.html # Main webpage
โโโ script.js # JavaScript logic
โโโ README.md # Project documentation
index.htmlUsers can enter a task in the input field and click the "Add Task" button to add it to the list.
Each task has a "Delete" button which removes the task from the list.
Multiple commits were made to track changes in the project:
Name: YOUR NAME
Roll No: YOUR ROLL NUMBER
This project is licensed under the MIT License.
This project helped in understanding version control systems and collaborative development using platforms like Bitbucket and SourceForge. It demonstrates how code changes can be tracked and managed efficiently.