Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 958 Bytes

djangoToDoList

a simple web app, created by HTML, CSS, bootstrap and django. In this project, a Todo List web application has been created.This Todo List has features such as adding, viewing, editing and deleting tasks. It is also possible for users to register, login and logout.

The challenge

Users should be able to:

  • add, view, edit and delete tasks
  • register, login and logout
  • See the appropriate messages after each operation

Screenshot

Built with

  • HTML
  • CSS custom properties
  • Bootstrap
  • django

run project

for run this project follow this steps

  • clone the project
  • create a python virtual environment and active it
  • install django
  • run manage.py with runserver argument

Author