TodoApp - Your Task Management Solution

Overview

TodoApp is a web-based task management application built with Django. It provides a user-friendly interface to help you organize your tasks efficiently.

Screenshots

Signup Page

Signup Page

Login Page

Login Page

New User Welcoming Page

New User Welcoming Page

Task Management Page

Task Management Page

Profile Page

Profile Page

Features

Getting Started

Follow these steps to set up TodoApp locally:

  1. Clone the repository: git clone https://github.com/brandonladen/My_To_Do_App-Django
  2. Install dependencies: pip install -r requirements.txt if present
  3. Run make migrations: python manage.py makemigrations
  4. Run migrations: python manage.py migrate
  5. Create a superuser: python manage.py createsuperuser
  6. Start the development server: python manage.py runserver

    Learn More