Code Monkey home page Code Monkey logo

py-todo-list's Introduction

Todo list

In this exam project, you have to implement a todo list site.

You should have such models:

  1. Task - todo list is consist of tasks. Each task should have fields for:
    • content - describes what you should do.
    • datetime, when a task was created
    • optional deadline datetime if a task should be done until some datetime
    • the boolean field that marks if the task is done or not
    • tags that are relevant for this task
  2. Tag - a tag symbolizes the theme of the task and consists only of a name.

A task can have multiple tags and a tag can be in multiple tasks.

Create the home page. The home page is accessed by 127.0.0.1:8000/, where you should have:

  1. Sidebar with the links to:
    • Home page
    • Tag list page the sidebar should be on all pages.
  2. Todo list which is a list of tasks.
    • Tasks should be ordered from not done to done and from newest to oldest
    • All task information should be displayed.
    • There should be a button to add a new task.
    • For each task add links for updating and deletion.
    • Also, add a button Complete if a task is not done and Undo if a task is done, this button changes the status of the task to the opposite and redirects to this page.

The home page should look like this:

Create a tag list page. A tag list page is accessed by 127.0.0.1:8000/tags/, there you should have:

  1. Table with tags names, links for updating, and deletion.
  2. Button to add a new tag.

Of course, pages for adding tags and tasks must be also implemented.

A tag list page should look like this:

IMPORTANT! Attach images of your interface (all pages) to the Pull Request for this task

That's all!

py-todo-list's People

Contributors

masterpieceelbow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.