MyTaskMate

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

Installation

  1. Clone the repository:

    ```bash git clone https://github.com/prakhar0711/MyTaskMate.git cd “into the project directory”

  2. Run the server: ```bash 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