prakhar0711 / MyTaskMate

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

Home Page:https://my-task-mate.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://my-task-mate.vercel.app


Languages

Language:HTML 70.7%Language:Python 29.3%