Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.43 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.43 KB

ToDoApp

Welcome to MyTaskMate, a simple and intuitive Django-based to-do application to help users organize their tasks efficiently.

Getting Started

These instructions will guide you on setting up and running MyTaskMate locally for development and testing purposes.

Prerequisites

  • Python 3.x
  • Pip (Python package installer)
  • Django

Installation

  1. Clone the repository:

    git clone https://github.com/prakhar0711/MyTaskMate.git
    cd "into the project directory"
    
  2. Run the server:

    python manage.py runserver
    

Usage

  1. Access the application in your web browser.
  2. For first time user go to the signup page and signup with your information
  3. For already existing user go to login and login using your credentials
  4. Create a new task by submitting the task title ,priority and status in the provided form.
  5. View, update, or delete tasks using the provided buttons.

Images

Home Page

Home Page

SignUp Page

Sign Up Page

Login Page

Login Page

Tasks Management Page

Save and Manage Tasks