Skip to content

rahulktd/ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App using Django

This project provides a simple to-do application implemented using the Django web framework. It allows users to create, update, and delete tasks in a user-friendly interface.

Features

  • User registration and authentication: Users can register, log in, and manage their tasks.
  • Task creation: Users can create new tasks with a title, description, and due date.
  • Task management: Users can view, update, and delete tasks.

Installation

  1. Clone the repository:

    git clone https://github.com/rahulktd/ToDo-App.git
  2. Change to the project directory:

    cd ToDo-App
  3. Create a virtual environment:

    python -m venv env
  4. Activate the virtual environment:

    • On Windows:

      env\Scripts\activate
    • On macOS and Linux:

      source env/bin/activate
  5. Install the project dependencies:

    pip install -r requirements.txt
  6. Set up the database:

    python manage.py migrate
  7. Start the development server:

    python manage.py runserver
  8. Access the application by visiting http://localhost:8000 in your web browser.

Contact

If you have any questions or inquiries about this project, please contact rahulktd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors