Skip to content

Pav125/django-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Todo App

A simple Todo application built using Django, allowing users to manage their tasks.

Features

  • Create: Add new tasks to the list.
  • Read: View the list of tasks.
  • Update: Mark tasks as completed or edit task details.
  • Delete: Remove tasks from the list.

Tech Stack

  • Framework: Django
  • Database: SQLite (default, for local development)

Project Highlights

  • CRUD Operations: Implemented basic CRUD operations for managing tasks.
  • Simple Interface: Minimalistic design for easy task management.

Setup Instructions

To run this project locally, follow these steps:

  1. Clone the Repository

    git clone https://github.com/Pav125/django-todo.git
    cd django-todo
  2. Install Dependencies

    pip install -r requirements.txt
  3. Run Migrations

    python manage.py migrate
  4. Start the Development Server

    python manage.py runserver
  5. Access the Application

    Open your browser and navigate to http://127.0.0.1:8000.

Contribution Guidelines

Contributions are welcome! If you have any suggestions for improvements or encounter any issues, please feel free to open an issue or submit a pull request.

Contact

For feedback, questions, or collaboration opportunities, please reach out via devipavan824@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published