Skip to content

This project is a multi-user Todo application built with Django. It enables users to create, manage, and track their tasks collaboratively.

Notifications You must be signed in to change notification settings

MaheswaranT/Multiuser-ToDo-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Todo App Using Django

πŸ“œ Description

This project is a multi-user Todo application built with Django. It enables users to create, manage, and track their tasks collaboratively.

✨ Features

  • πŸ”’ User registration and authentication
  • πŸ“ Create, edit, and delete tasks
  • πŸ‘₯ Assign tasks to specific users
  • βœ… Mark tasks as completed
  • πŸ” Filter tasks based on status, priority, etc.

πŸš€ Installation

  1. Clone the repository

    git clone https://github.com/Ayushsav/Todo_app_using_django.git
  2. Navigate to the project directory

    cd todo
  3. Install dependencies

    pip install django
  4. Set up the database

    python manage.py makemigrations
    python manage.py migrate
  5. Create a superuser for admin access

    python manage.py createsuperuser
  6. Start the development server

    python manage.py runserver

🌟 Usage

  1. Open your browser and navigate to http://localhost:8000/.
  2. πŸ†• Register as a new user or πŸ”‘ log in with an existing account.
  3. βž• Add and manage your todo tasks.
  4. 🀝 Collaborate with others by assigning tasks to them.

🀝 Contributing

Contributions are welcome! Follow these steps to contribute:

  1. 🍴 Fork the repository.
  2. πŸ› οΈ Create a new branch for your feature:
    git checkout -b feature/your-feature
  3. ✍️ Make your changes and commit them:
    git commit -m 'Add some feature'
  4. πŸ“€ Push to your branch:
    git push origin feature/your-feature
  5. πŸ“ Open a pull request and describe the changes you made.

About

This project is a multi-user Todo application built with Django. It enables users to create, manage, and track their tasks collaboratively.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published