Skip to content

EBBAHGOD/todo-app-CBV-

Repository files navigation

To-do App

A redo of my origin to-do app but this time with django Classed Based Views to enhance code organization and resuse

Features

  • User authentication (sign up, login, and logout)
  • Add, update, and delete tasks
  • Mark tasks as complete/incomplete
  • Search functionality to filter tasks by keywords
  • Simple and intuitive UI

Technologies Used

  • Backend: Django, Python
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (default for Django development)

Installation

  1. Clone the repository:

  2. Create and activate a virtual environment:

-python -m venv .venv.

-source .venv/bin/activate.

3.Install dependencies: pip install -r requirements.txt

4.Set up the database: python manage.py migrate

5.Run the development server: python manage.py runserver

About

A simple to-do app using class based views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors