Skip to content

I build a fully functional and beautifully styled Task Manager App using Python Django and Tailwind CSS.

Notifications You must be signed in to change notification settings

PriyankaDewan06/Task-Manager-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ TodoApp β€” Task Manager Built with Django & Tailwind CSS A simple and elegant Task Manager web application built using Django and styled with Tailwind CSS. Users can register, log in, add tasks, and manage their to-dos with a clean and modern UI.

🌟 Features πŸ” User Registration & Login

βœ… Add, Edit, Delete, and Mark Tasks as Complete

πŸ“‹ Dashboard with Welcome Message

πŸ”Ž Filter Tasks by Status and Date

🎨 Tailwind CSS Powered UI

πŸ‘€ Personalized Task View per Logged-in User

ChatGPT Image Jun 15, 2025, 12_42_09 AM

πŸš€ Getting Started Prerequisites Python 3.8+

pip

virtualenv (optional but recommended)

Installation bash Copy Edit

Clone the repo

git clone https://github.com/yourusername/todoapp.git cd todoapp

Create virtual environment

python -m venv env source env/bin/activate # For Windows: env\Scripts\activate

Install dependencies

pip install -r requirements.txt

Run migrations

python manage.py migrate

Start development server

python manage.py runserver 🧩 Project Structure csharp Copy Edit TodoApp/ β”‚ β”œβ”€β”€ myApp/ # Main Django app β”‚ β”œβ”€β”€ templates/ # HTML templates β”‚ β”œβ”€β”€ static/ # Static files (Tailwind) β”‚ β”œβ”€β”€ models.py # Task model β”‚ β”œβ”€β”€ views.py # View logic β”‚ └── urls.py # App-level URL routes β”‚ β”œβ”€β”€ TodoProject/ # Django project settings β”œβ”€β”€ manage.py └── requirements.txt πŸ› οΈ Built With Django

Tailwind CSS

Crispy Forms (optional)

πŸ“Œ Roadmap User Authentication

CRUD Operations for Tasks

Dashboard with Filters

Task Reminders via Email

Mobile Responsive Layout

🀝 Contributing Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.

πŸ“„ License This project is licensed under the MIT License.

πŸ™‹β€β™‚οΈ Acknowledgements Inspired by productivity tools like Todoist and Trello

UI design inspired by Tailwind UI examples

About

I build a fully functional and beautifully styled Task Manager App using Python Django and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published