Skip to content

eatulrajput/taskmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

Welcome to the Task Manager App, a powerful web-based tool to manage tasks. Built using Django, the app allows users to create, update, and track tasks efficiently while supporting user authentication and real-time updates.

Features

  • User authentication (signup, login, logout)
  • Create, update, delete, and search tasks
  • Filter tasks by status and sort by various criteria
  • Paginated task list for better usability
  • Responsive and user-friendly interface built with Bootstrap

Technologies Used

  • Backend: Django
  • Frontend: HTML, CSS, Bootstrap
  • Version Control: GitHub

Screenshots

Homepage Home

Sign Up Sign Up

Login Login

Dashboard Dashboard

Task List Task List

Task Description Task Description

Task Creation Task Creation

Setup and Installation

  1. Clone the repository:
git clone https://github.com/yourusername/task-manager-app.git
cd task-manager-app
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up the database:
python manage.py makemigrations
python manage.py migrate
  1. Run the development server:
python manage.py runserver
  1. Open the app in your browser:
http://127.0.0.1:8000/

License

This project is licensed under the MIT License.

About

Taskmaster is a todo app made in Django

Topics

Resources

License

Stars

Watchers

Forks