Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haliphax/narf
Simple story points estimation
https://github.com/haliphax/narf
agile express fly-io jamstack remult server-sent-events sfc spa storypoint typescript vite vue
Last synced: about 6 hours ago
JSON representation
Simple story points estimation
- Host: GitHub
- URL: https://github.com/haliphax/narf
- Owner: haliphax
- Created: 2022-07-08T03:13:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T21:53:24.000Z (3 months ago)
- Last Synced: 2024-08-27T23:26:20.731Z (3 months ago)
- Topics: agile, express, fly-io, jamstack, remult, server-sent-events, sfc, spa, storypoint, typescript, vite, vue
- Language: Vue
- Homepage: https://narf.poker
- Size: 8.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# narf!
[![Test coverage](https://coveralls.io/repos/github/haliphax/narf/badge.svg?branch=main)](https://coveralls.io/github/haliphax/narf?branch=main)
Simple [story points][] estimation
- [Live web application][]
## Stack
- [Express][] - Server
- [Vue3][] - Client framework
- [Vuex][] - State management
- [Vue Router][] - Routing
- [Remult][] - Data access layer
- [Vite][] - Front-end build framework
- [Vitest][] - Testing framework
- [CSS Grid][] (mostly) - Layout paradigm
- [Less][] - CSS preprocessor (media queries as variables, complex nesting)[css grid]: https://developer.mozilla.org/en-us/docs/web/css/css_grid_layout
[demonstration app]: https://sphenoid-secret-antimony.glitch.me
[express]: https://expressjs.com
[less]: https://lesscss.org
[live web application]: https://narf.poker
[remult]: https://remult.dev
[story points]: https://www.scrum.org/resources/blog/why-do-we-use-story-points-estimating
[vite]: https://vitejs.dev
[vitest]: https://vitest.dev
[vue router]: https://router.vuejs.org
[vue3]: https://vuejs.org
[vuex]: https://vuex.vuejs.org