https://github.com/sandip-sadhukhan/dynamic-routine-maker-htmx
Dyamic Routine maker website with HTMX & Django
https://github.com/sandip-sadhukhan/dynamic-routine-maker-htmx
bootstrap django htmx
Last synced: 3 months ago
JSON representation
Dyamic Routine maker website with HTMX & Django
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/dynamic-routine-maker-htmx
- Owner: sandip-sadhukhan
- Created: 2024-04-27T14:39:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T13:36:15.000Z (about 2 years ago)
- Last Synced: 2025-03-30T05:15:31.610Z (over 1 year ago)
- Topics: bootstrap, django, htmx
- Language: HTML
- Homepage: https://routine.sandipsadhukhan.com/
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Routine Maker
Anyone can create their online routine then they will get an unique link which they can share with their teammates and they can view the routine.

## Features
- [x] Signup & login using email & password
- [x] Able to create routine
- [x] Edit routine
- [x] Add schedules into their routines
- [x] Generate unique public link for their routine
## Tech stack
- HTML
- CSS
- Bootstrap 5
- Vanila Javascript
- HTMX
- Django
- MySQL/Sqlite (By default sqlite3 will be used, but you can configure `.env` file to use mysql database.)
## Demo
https://github.com/sandip-sadhukhan/dynamic-routine-maker-htmx/assets/44361140/159474fb-23b6-42c5-b18b-31f66232babf
## Summery
I built this project to learn about [HTMX](https://htmx.org/) technology. I learn how to use HTMX tags, how to build dynamic websites without using React or any modern frontend framework/libraries.