Skip to content

mehthabpk/stackup-teamplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management

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.

Team members

  1. Roshiba C https://github.com/Roshibac
  2. Fasna Shareen K https://github.com/Fasnashareen
  3. Umira Parvi KP https://github.com/umiraparvikp

Team Id

tech-connect

Link to product walkthrough

https://youtu.be/mTSMVxVObbo

How it Works ?

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.

Libraries used

Django, SQlite

How to configure

Just clone it to your system and open the project using vs code. Then run it

How to Run

Clone the project and just run the server

Live Demo

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

Screenshots

Home Page:Home Login Page: Login Register Page: Register Task Add and Display Page: Task add display Task Update Page: Task Update

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.0%
  • CSS 35.6%
  • Python 16.7%
  • JavaScript 1.7%