Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquecbuss/bleeding-todo
A TODO list built with bleeding edge tech
https://github.com/henriquecbuss/bleeding-todo
Last synced: about 19 hours ago
JSON representation
A TODO list built with bleeding edge tech
- Host: GitHub
- URL: https://github.com/henriquecbuss/bleeding-todo
- Owner: henriquecbuss
- Created: 2024-04-15T13:51:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T22:30:16.000Z (6 months ago)
- Last Synced: 2024-05-02T15:14:54.691Z (6 months ago)
- Language: Gleam
- Homepage: https://bleeding-todo.vercel.app
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bleeding TODO
This is a simple TODO list app that I built because I wanted to test out Gleam and Svelte. It's a
monorepo, where the [backend](https://github.com/henriquecbuss/bleeding-todo/tree/main/backend)
is written in [Gleam](https://gleam.run), and the
[frontend](https://github.com/henriquecbuss/bleeding-todo/tree/main/frontend) is written in
[Svelte](https://svelte.dev).The backend is deployed on [Fly](https://fly.io) and uses their Postgres offering, while the frontend
is deployed on [Vercel](https://vercel.com). You can use the live version at [bleeding-todo.vercel.app](https://bleeding-todo.vercel.app).