samolubukun / To-Do-List-Django

A minimalist Django to-do list app with Bootstrap styling for sleek task management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do-List-Django

A minimalist Django to-do list app with Bootstrap styling for sleek task management. This is a simple to-do list web application built using Django framework. It allows users to create, update, and delete tasks with ease.

Features

  • Create new tasks
  • Update existing tasks
  • Delete tasks
  • Responsive design using Bootstrap

Overview

vsdc-sr.2024-03-13.22-36-46.mp4

Installation

  1. Clone the repository:
git clone https://github.com/samolubukun/To-Do-List-Django.git
  1. Install dependencies:
pip install -r requirements.txt
  1. Apply migrations:
python manage.py migrate
  1. Run the development server:
python manage.py runserver
  1. Access the application in your browser at http://localhost:8000.

Usage

  • Create a new task by entering the task title and clicking the "Create Task" button.
  • Update a task by clicking the "Update" button next to the task.
  • Delete a task by clicking the "Delete" button next to the task.

About

A minimalist Django to-do list app with Bootstrap styling for sleek task management.


Languages

Language:Python 67.5%Language:HTML 32.5%