Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mholthausen/fibo
Fibonacci Estimation
https://github.com/mholthausen/fibo
estimation fibonacci
Last synced: about 1 month ago
JSON representation
Fibonacci Estimation
- Host: GitHub
- URL: https://github.com/mholthausen/fibo
- Owner: mholthausen
- License: bsd-2-clause
- Created: 2024-07-02T12:37:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:11:52.000Z (6 months ago)
- Last Synced: 2024-07-21T22:24:41.965Z (6 months ago)
- Topics: estimation, fibonacci
- Language: TypeScript
- Homepage: https://www.thisisholti.com
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fibonacci Estimator
[![Build Status](https://travis-ci.org/mholthausen/fibo.svg?branch=main)](https://travis-ci.org/mholthausen/fibo)
Fibonacci Estimator is a mobile-optimized web app designed for selecting Fibonacci numbers via buttons and estimating Story Points for project tasks. See a live version of this on [https://www.thisisholti.com/](https://www.thisisholti.com/)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)## Installation
`npm i && npm run dev`
## Usage
Open the browser on [http://localhost:5173/](http://localhost:5173/)
## Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details.
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## License
This project is licensed under the BSD 2-Clause License. See the [LICENSE](LICENSE) file for more details.