A task management application is a software tool that assists users in organizing and managing their tasks. It can be used to create to-do lists, track project progress, and set deadlines. Task management applications are suitable for use by individuals, teams, and businesses of all sizes.
- Roshiba C https://github.com/Roshibac
- Fasna Shareen K https://github.com/Fasnashareen
- Umira Parvi KP https://github.com/umiraparvikp
tech-connect
Our project named "Task Management" is a task management(to do) web app. In this users can first register as a user and then login into our app using the registered ID. After logging in, we will see an interface where users can add task with a label and brief note. After typing the label and details in the corresponding fields, clicking the add button. The entered task will be displayed on the below table with option of deleting end editing the task. If you want to edit the entered task then you can click on the corresponding update button. If you want to delete an entered task, you can use the corresponding delete button. After using, the user can logout to end the session. The interface of our app is builded using HTML and CSS. The python django framework is used as backend. For storing data, SQLite is used.
Django, SQlite
Just clone it to your system and open the project using vs code. Then run it
Clone the project and just run the server
We are unable to provide live demo as we have used DBSQLite3 which is not suppoerted in most hosting site like Vercel. Click on the link to watch video: Walkthrough Video
Home Page: Login Page: Register Page: Task Add and Display Page: Task Update Page: