Skip to content

A simple Django-based To-Do List web app that allows users to manage tasks with features like add, edit, delete, and user profile management.

Notifications You must be signed in to change notification settings

SayantikaGhosh/Todo_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Django To-Do List App

A simple and clean task management application built using Django. This app allows users to register, log in, and manage their personal tasks efficiently with CRUD functionalities.

Features

  • Add new tasks
  • Edit/update tasks
  • Delete tasks
  • User registration and profile management
  • Authentication (Login/Logout)

Tech Stack

  • Backend: Django (Python)
  • Frontend: HTML, CSS (with Django templating)
  • Database: SQLite (default with Django)

Setup Instructions

  1. Clone the repository (git clone https://github.com/SayantikaGhosh/Todo_list.git)
  2. cd todo_list
  3. python -m venv env
  4. env\Scripts\activate ( Windows)
  5. pip install django
  6. python manage.py migrate
  7. python manage.py runserver

About

A simple Django-based To-Do List web app that allows users to manage tasks with features like add, edit, delete, and user profile management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published