https://github.com/crutchcorn/bashcal
A small calendar website written entirely in Bash
https://github.com/crutchcorn/bashcal
Last synced: about 2 months ago
JSON representation
A small calendar website written entirely in Bash
- Host: GitHub
- URL: https://github.com/crutchcorn/bashcal
- Owner: crutchcorn
- License: mit
- Created: 2023-08-17T01:27:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T10:54:28.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T13:14:45.532Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 90.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BashCal

This is a small application written using [The Bash Stack](https://bashsta.cc/) with help from [@cgsdev0](https://github.com/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.