An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# BashCal

![A month calendar view with a date selected and three todo items](./assets/screenshot.png)

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.