Giter Site home page Giter Site logo

zft9xgy / todux Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.01 MB

A SPA to-do app made with Django and HTMX inspired in Todoist. (on development)

Home Page: https://dev.rafaelcosquiere.com/todux/

License: GNU Affero General Public License v3.0

Python 64.70% HTML 27.79% CSS 7.51%
django open-source python todo todo-app todoapp todoist todolist todolist-application

todux's Introduction

Todux

This project is a model/example project for learning how to use HTMX with Django. In this project I also want to implement other libraries that go hand in hand like Alpine.js and the use of Django Components.

Currently the implementation only includes htmx in the CRUD of tags, projects, and task. and task CRUD, but later on I want to implement changes in the state of components based on actions in the CRUD. I want to explore hx-headers and server sent events.

By the way, the best To-Do app: todoist.

Model

  • User
    • Tasks
    • Projects
    • Tags

model diagram

Each task can only be assigned to one project. Each task can have as many tags as you want.

## Usage and test

git clone https://github.com/zft9xgy/todux.git
cd todux
touch db.sqlite3
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

todux's People

Contributors

zft9xgy avatar

Watchers

 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.