Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadxz/tally
Keep a tally of whatever you want.
https://github.com/chadxz/tally
Last synced: about 1 month ago
JSON representation
Keep a tally of whatever you want.
- Host: GitHub
- URL: https://github.com/chadxz/tally
- Owner: chadxz
- Created: 2024-06-27T02:39:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T20:51:04.000Z (4 months ago)
- Last Synced: 2024-07-07T21:53:07.297Z (4 months ago)
- Language: TypeScript
- Size: 354 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tally
Collect ideas, keep a tally of how many times they come up, then use them to
make decisions.## Development
This project uses [Proto](https://moonrepo.dev/docs/proto/install) to manage
the node and pnpm versions. Once installed, you can set up your local
environment:```sh
proto use
pnpm install
pnpx nx dev @tally/web
```## Architecture
Raycast app frontend
* search as you type for similar existing items
* create a new item
* add +1 to an existing item
* show top-tally items
* add item commentNext.js Management Webapp
* App Router Web App
* CRUD on tokens
* CRUD on items
* View item history
* View token history
* API
* search
* add item
* increment tally
* fetch items, sorted by tally (asc, desc)Neon database. Deployed serverless.