crutchcorn / bashcal

A small calendar website written entirely in Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BashCal

A month calendar view with a date selected and three todo items

This is a small application written using The Bash Stack with help from @cgsdev0.

It features:

  • BASH server
  • HTMX
  • Live sync of calendar events using SSE
  • Selecting dates with stored todo lists

Usage

Assuming you're using Ubuntu:

  • sudo apt install ucspi-tcp
  • bash ./start.sh

Notes

This project needs some major work in regards to accessibility.

It's also worth mentioning that this project is mostly a joke to see how far we could push BASH programming in 2 hours.

About

A small calendar website written entirely in Bash

License:MIT License


Languages

Language:Shell 96.7%Language:CSS 2.7%Language:Dockerfile 0.6%