Skip to content

lucasfads/django_todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Todo List

Django Todo List is my first project developed (almost) from scratch to practice Django.

It is a simple web application for managing tasks. It allows users to add, delete, and mark tasks as completed in a super simple interface.

When I say it was "almost" from scratch, it is because it's a sort of continuation of a vanilla JS web app I created in the past, which can be seen on my Codepen.

The design is inspired by this Virtual Assistant project I saw on Dribbble.

Built with:

Requirements:

Running it

To get the Django Todo List running locally:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Apply the migrations:
python manage.py migrate
  1. Start the development server:
python manage.py runserver
  1. Access http://127.0.0.1:8000/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published